summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/generic/pst-ode/pst-ode.tex
diff options
context:
space:
mode:
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