From 2471723425925c57b3e9e7e421a86e64b16a49bb Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 5 Mar 2019 22:33:03 +0000 Subject: pst-ode (5mar19) git-svn-id: svn://tug.org/texlive/trunk@50243 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Master/texmf-dist/tex/generic') 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 -- cgit v1.2.3