diff options
author | joye <joye> | 2014-04-10 20:42:56 (GMT) |
---|---|---|
committer | joye <joye> | 2014-04-10 20:42:56 (GMT) |
commit | 7f52137f7f85740d509e31870e324f0525ef9ad7 (patch) | |
tree | 85090750b06d9c656c5f729a2f31fc9456784aeb /src/bltGrElemBar.C | |
parent | d2e011aa3ef2ca4156e626b7a158fd87481d51bb (diff) | |
download | blt-7f52137f7f85740d509e31870e324f0525ef9ad7.zip blt-7f52137f7f85740d509e31870e324f0525ef9ad7.tar.gz blt-7f52137f7f85740d509e31870e324f0525ef9ad7.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r-- | src/bltGrElemBar.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGrElemBar.C b/src/bltGrElemBar.C index c1a47a9..1584b2e 100644 --- a/src/bltGrElemBar.C +++ b/src/bltGrElemBar.C @@ -281,8 +281,8 @@ void BarElement::map() int height; double right, left, top, bottom; - if (((x[i] - barWidth) > ops->axes.x->axisRange.max) || - ((x[i] + barWidth) < ops->axes.x->axisRange.min)) { + if (((x[i] - barWidth) > ops->axes.x->axisRange_.max) || + ((x[i] + barWidth) < ops->axes.x->axisRange_.min)) { continue; /* Abscissa is out of range of the * x-axis */ } |