diff options
author | joye <joye> | 2014-06-16 21:24:14 (GMT) |
---|---|---|
committer | joye <joye> | 2014-06-16 21:24:14 (GMT) |
commit | a7eb558d496626fca9aba45fedacded9aaaf1cde (patch) | |
tree | 782be846130d3119bd74fbb21eae6cb9736978b1 /src/bltGrPSOutput.C | |
parent | 356869a9fd7e2a900ffeca044052603f62cb4392 (diff) | |
download | blt-a7eb558d496626fca9aba45fedacded9aaaf1cde.zip blt-a7eb558d496626fca9aba45fedacded9aaaf1cde.tar.gz blt-a7eb558d496626fca9aba45fedacded9aaaf1cde.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'src/bltGrPSOutput.C')
-rw-r--r-- | src/bltGrPSOutput.C | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/bltGrPSOutput.C b/src/bltGrPSOutput.C index acc6a56..162c551 100644 --- a/src/bltGrPSOutput.C +++ b/src/bltGrPSOutput.C @@ -795,7 +795,7 @@ void PostScript::prolog() " % Stack: x y symbolSize\n" " gsave\n" " 3 -2 roll translate\n" -" 2 idiv\n" +" 2 div\n" " dup 2 copy\n" " newpath \n" " neg 0 \n" @@ -824,8 +824,8 @@ void PostScript::prolog() " % Stack: x y symbolSize\n" " gsave\n" " 3 -2 roll translate\n" -" dup 2 idiv\n" -" exch 6 idiv\n" +" dup 2 div\n" +" exch 6 div\n" "\n" " %\n" " % 2 3 The plus/cross symbol is a\n" |