diff options
Diffstat (limited to 'Master/texmf-dist/dvips/pst-ode')
-rw-r--r-- | Master/texmf-dist/dvips/pst-ode/pst-ode.pro | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/texmf-dist/dvips/pst-ode/pst-ode.pro b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro index e5b2006f21c..1b00acbd98b 100644 --- a/Master/texmf-dist/dvips/pst-ode/pst-ode.pro +++ b/Master/texmf-dist/dvips/pst-ode/pst-ode.pro @@ -1,7 +1,7 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % % PostScript prologue for pst-ode.tex. -% Version 0.13, 2019/03/05 +% Version 0.14, 2019/03/25 % % Alexander Grahn (C) 2012--today % @@ -153,9 +153,10 @@ end ode@dict /tcur tcur ddt add def dup 0 ne {pgrow exp 5 min sfty mul ddt mul /ddt exch def}{pop} ifelse - tcur tout sub %output step completed? + %output step completed? + tcur tout sub end - 0 ge { + 0 eq { (o) odeprint ode@dict /tcur tout def |