summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/ChangeLog4
-rw-r--r--Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdfbin130919 -> 130910 bytes
-rw-r--r--Master/texmf-dist/dvips/pst-ode/pst-ode.pro7
-rw-r--r--Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex4
4 files changed, 10 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
index 4f72b94cf37..47e15020636 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
+++ b/Master/texmf-dist/doc/generic/pst-ode/ChangeLog
@@ -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
diff --git a/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf b/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
index 10392f78af8..391bd62520d 100644
--- a/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
+++ b/Master/texmf-dist/doc/generic/pst-ode/pst-ode-doc.pdf
Binary files differ
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
diff --git a/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex b/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
index 08ca951000c..fd6d8953284 100644
--- a/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
+++ b/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
@@ -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