summaryrefslogtreecommitdiffstats
path: root/src/bltGrElemBar.C
diff options
context:
space:
mode:
authorjoye <joye>2014-04-10 20:42:56 (GMT)
committerjoye <joye>2014-04-10 20:42:56 (GMT)
commit7f52137f7f85740d509e31870e324f0525ef9ad7 (patch)
tree85090750b06d9c656c5f729a2f31fc9456784aeb /src/bltGrElemBar.C
parentd2e011aa3ef2ca4156e626b7a158fd87481d51bb (diff)
downloadblt-7f52137f7f85740d509e31870e324f0525ef9ad7.zip
blt-7f52137f7f85740d509e31870e324f0525ef9ad7.tar.gz
blt-7f52137f7f85740d509e31870e324f0525ef9ad7.tar.bz2
*** empty log message ***
Diffstat (limited to 'src/bltGrElemBar.C')
-rw-r--r--src/bltGrElemBar.C4
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 */
}