summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-06-16 22:08:52 +0000
committerKarl Berry <karl@freefriends.org>2017-06-16 22:08:52 +0000
commit69064adb2c2586ea61da9dc8d907081f7a084651 (patch)
tree3cc310ad05ef74212e17ff8ed949e09de175db63 /Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
parentd76ab792119d600283d06a1b9e6a2b39b9e24928 (diff)
pst-ode (16jun17)
git-svn-id: svn://tug.org/texlive/trunk@44618 c570f23f-e606-0410-a88d-b1316a301751
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.tex11
1 files changed, 6 insertions, 5 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 d5da5351236..d8f4e9eccca 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.9}
-\def\filedate{2017/06/14}
+\def\fileversion{0.10}
+\def\filedate{2017/06/16}
\csname PSTODELoaded\endcsname
\let\PSTODELoaded\endinput
@@ -111,9 +111,10 @@
\pstVerb{
tx@odeDict begin
\ifPstODE@silent
- userdict /odeprint systemdict /pop get put
+ /odeprint systemdict /pop get def
\else
- userdict /odeprint {print flush} put
+ /odeprint {0 cvs print flush} def
+ /odeprint load 0 256 string put
\fi
/ode@tol \ode@varsteptol\space def % rel. tolerance for step size adjustment
%process arguments
@@ -149,7 +150,7 @@
} bind def
\else
/ODESET {
- aload pop tx@Dict begin ode@foo begin #7 end end ode@dict xlength end array astore
+ aload pop tx@Dict begin 4 begin #7 end end ode@dict xlength end array astore
} bind def
%ensure local scope of user defined variables in #7, from BlueBook, p. 133
/ODESET load 4 1 dict put