diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-25 20:46:58 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-25 20:46:58 +0000 |
commit | 01303b6e878b8bcccb9595ce53d89d98878f4df3 (patch) | |
tree | 0c3279441b1c448c9d1099bca7a17e2a5bbdb7ac /Master/texmf-dist/dvips/pst-ode | |
parent | db350162e9a27e75adcd911d4c40899710e64e7f (diff) |
pst-ode (25mar19)
git-svn-id: svn://tug.org/texlive/trunk@50587 c570f23f-e606-0410-a88d-b1316a301751
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 |