diff options
Diffstat (limited to 'src/bltGraph.C')
-rw-r--r-- | src/bltGraph.C | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bltGraph.C b/src/bltGraph.C index 4fbc00a..1b9b041 100644 --- a/src/bltGraph.C +++ b/src/bltGraph.C @@ -378,8 +378,8 @@ int Graph::print(const char* ident, PSOutput* psPtr) WidthOfScreen(Tk_Screen(tkwin_)) / WidthMMOfScreen(Tk_Screen(tkwin_)); - width_ /= pica; - height_ /= pica; + // width_ /= pica; + // height_ /= pica; psPtr->computeBBox(width_, height_, pica); flags |= RESET; |