summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorjoye <joye>2014-09-25 19:44:40 (GMT)
committerjoye <joye>2014-09-25 19:44:40 (GMT)
commit3fee4b82108b39335b300a3e86b097d72505f555 (patch)
tree44450879bb7d4aa39a5fb4bbf061dd44404a5489 /src
parent24ce1c192bf40132737c4bcd717f4366125f350d (diff)
downloadblt-3fee4b82108b39335b300a3e86b097d72505f555.zip
blt-3fee4b82108b39335b300a3e86b097d72505f555.tar.gz
blt-3fee4b82108b39335b300a3e86b097d72505f555.tar.bz2
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/bltGraph.C6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C
index f0993a5..4fbc00a 100644
--- a/src/bltGraph.C
+++ b/src/bltGraph.C
@@ -377,9 +377,9 @@ int Graph::print(const char* ident, PSOutput* psPtr)
float pica = 25.4 / 72 *
WidthOfScreen(Tk_Screen(tkwin_)) /
WidthMMOfScreen(Tk_Screen(tkwin_));
- cerr << width_ << 'x' << height_ << endl;
- // width_ /= pica;
- // height_ /= pica;
+
+ width_ /= pica;
+ height_ /= pica;
psPtr->computeBBox(width_, height_, pica);
flags |= RESET;