|
From: rtoy <rt...@us...> - 2025-09-03 22:16:59
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Maxima CAS".
The branch, rtoy-odepack-m4math-update-examples has been updated
via 7b335132eb275361f2613e28a19c9dc11f2e1bb1 (commit)
from 25ecbac0d49fa658dbbdb1f84dc8f440f92a1155 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 7b335132eb275361f2613e28a19c9dc11f2e1bb1
Author: Raymond Toy <toy...@gm...>
Date: Wed Sep 3 15:15:35 2025 -0700
Clarify that the result of dlsode_init should not be modified
The user must not modify the result of dlsode_init at all. It is
passed to dlsode_step to provide the necessary information produced by
dlsode_init.
diff --git a/doc/info/odepack.texi.m4 b/doc/info/odepack.texi.m4
index 1c6ccda34..2ba57f79e 100644
--- a/doc/info/odepack.texi.m4
+++ b/doc/info/odepack.texi.m4
@@ -125,7 +125,8 @@ Initialize the solver, where we have selected method 21:
@end example
The arrays rwork and iwork carry state between calls to
@mref{dlsode_step}, so they should not be modified by the user. In
-fact, this state should not be modified by the user at all.
+fact, this @var{state} returned from @code{dlsode_init} should not be
+modified by the user at all.
Now that the algorithm has been initialized we can compute solutions
to the differential equation, using the @var{state} returned above.
-----------------------------------------------------------------------
Summary of changes:
doc/info/odepack.texi.m4 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
hooks/post-receive
--
Maxima CAS
|