diff options
author | Karl Berry <karl@freefriends.org> | 2019-03-05 22:33:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2019-03-05 22:33:03 +0000 |
commit | 2471723425925c57b3e9e7e421a86e64b16a49bb (patch) | |
tree | 955b121458c4dbd9afb78279a194232e35398024 /Master/texmf-dist/tex/generic/pst-ode | |
parent | dc89c467e680b069a8f6d50a46024e38dc595d7b (diff) |
pst-ode (5mar19)
git-svn-id: svn://tug.org/texlive/trunk@50243 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/generic/pst-ode')
-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 |