diff options
author | joye <joye> | 2014-05-20 17:48:11 (GMT) |
---|---|---|
committer | joye <joye> | 2014-05-20 17:48:11 (GMT) |
commit | 74f5e2efdb22af54f98142f8594a0ec0b2e643a5 (patch) | |
tree | 658ed8ea163464f47b94769dc2492759b2b888cd | |
parent | 5426d6783d29341a418657bc0fa3ef5a6122dbf2 (diff) | |
download | blt-74f5e2efdb22af54f98142f8594a0ec0b2e643a5.zip blt-74f5e2efdb22af54f98142f8594a0ec0b2e643a5.tar.gz blt-74f5e2efdb22af54f98142f8594a0ec0b2e643a5.tar.bz2 |
*** empty log message ***
-rw-r--r-- | src/bltGrElemBar.C | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index 67ccb28..6404024 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -451,8 +451,7 @@ void BarElement::map() BarPen* penPtr = stylePtr->penPtr; BarPenOptions* pops = (BarPenOptions*)penPtr->ops(); stylePtr->symbolSize = size; - stylePtr->errorBarCapWidth = - (pops->errorBarCapWidth > 0) + stylePtr->errorBarCapWidth = (pops->errorBarCapWidth > 0) ? pops->errorBarCapWidth : (size * 66666) / 100000; stylePtr->errorBarCapWidth /= 2; } |