texlive[50587] Master/texmf-dist: pst-ode (25mar19)

commits+karl at tug.org commits+karl at tug.org
Mon Mar 25 21:46:58 CET 2019


Revision: 50587
          http://tug.org/svn/texlive?view=revision&revision=50587
Author:   karl
Date:     2019-03-25 21:46:58 +0100 (Mon, 25 Mar 2019)
Log Message:
-----------
pst-ode (25mar19)

Modified Paths:
--------------
    trunk/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
    trunk/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
    trunk/Master/texmf-dist/dvips/pst-ode/pst-ode.pro
    trunk/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex

Modified: trunk/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
===================================================================
--- trunk/Master/texmf-dist/doc/generic/pst-ode/ChangeLog	2019-03-25 20:46:38 UTC (rev 50586)
+++ trunk/Master/texmf-dist/doc/generic/pst-ode/ChangeLog	2019-03-25 20:46:58 UTC (rev 50587)
@@ -1,3 +1,7 @@
+2019-03-25
+	* version 0.14
+	* fix: wrong stepping when dt<0, introduced in v0.11
+
 2019-03-05
 	* version 0.13
 	* fix: typo in command name \pstODErestoreState

Modified: trunk/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
===================================================================
(Binary files differ)

Modified: trunk/Master/texmf-dist/dvips/pst-ode/pst-ode.pro
===================================================================
--- trunk/Master/texmf-dist/dvips/pst-ode/pst-ode.pro	2019-03-25 20:46:38 UTC (rev 50586)
+++ trunk/Master/texmf-dist/dvips/pst-ode/pst-ode.pro	2019-03-25 20:46:58 UTC (rev 50587)
@@ -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 @@
     ode at 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 at dict
         /tcur tout def

Modified: trunk/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
===================================================================
--- trunk/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex	2019-03-25 20:46:38 UTC (rev 50586)
+++ trunk/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex	2019-03-25 20:46:58 UTC (rev 50587)
@@ -11,8 +11,8 @@
 %% ODEs using the Runge-Kutta-Fehlberg (RKF45) method with automatic
 %% step size adjustment
 %%
-\def\fileversion{0.13}
-\def\filedate{2019/03/05}
+\def\fileversion{0.14}
+\def\filedate{2019/03/25}
 
 \csname PSTODELoaded\endcsname
 \let\PSTODELoaded\endinput



More information about the tex-live-commits mailing list