diff options
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex')
-rw-r--r-- | Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex | 8 |
1 files changed, 4 insertions, 4 deletions
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 f7052ce6714..08ca951000c 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.12} -\def\filedate{2018/06/07} +\def\fileversion{0.13} +\def\filedate{2019/03/05} \csname PSTODELoaded\endcsname \let\PSTODELoaded\endinput @@ -76,7 +76,7 @@ % #5: number of output points, including ta and tb; must be >= 2 % #6: initial condition vector; if empty, continue integration from the last % state vector of the previous \pstODEsolve usage or from state vector set -% by \pstODEsetOrRestoreState macro +% by \pstODErestoreState macro % #7: right hand side of ODE system; if given in Postscript notation (algebraic= % false), the function provided should pop (in reverse order!) the elements % of the current state vector from the operand stack and push the first @@ -236,7 +236,7 @@ } %macro for restoring state -\def\pstODERestoreState#1{% #1: identifier +\def\pstODErestoreState#1{% #1: identifier \pstVerb{ true setglobal globaldict /ode@laststate [#1@ode@laststate] put |