diff options
author | joye <joye> | 2014-09-25 19:14:54 (GMT) |
---|---|---|
committer | joye <joye> | 2014-09-25 19:14:54 (GMT) |
commit | 24ce1c192bf40132737c4bcd717f4366125f350d (patch) | |
tree | 03c624ac0ff82e3b1d2043c2093ec8da6009cc25 /src | |
parent | 5ec25f77e8147fc0c8bd5a92cf82b346208e76da (diff) | |
download | blt-24ce1c192bf40132737c4bcd717f4366125f350d.zip blt-24ce1c192bf40132737c4bcd717f4366125f350d.tar.gz blt-24ce1c192bf40132737c4bcd717f4366125f350d.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/bltGraph.C | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C index 1b9b041..f0993a5 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -377,7 +377,7 @@ 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; |