|
From: billingd <bil...@us...> - 2025-09-16 09:20:10
|
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, master has been updated
via b9fd9df7cad15c2daca354b15edc6da5645ba974 (commit)
from c6fe5d3c4b717c8cd4182031be07765f52e0c362 (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 b9fd9df7cad15c2daca354b15edc6da5645ba974
Author: David Billinghurst <bil...@us...>
Date: Tue Sep 16 19:19:57 2025 +1000
Remove stray comment string from colnew example 5
diff --git a/doc/info/colnew.texi.m4 b/doc/info/colnew.texi.m4
index 585ae184b..60b6f5805 100644
--- a/doc/info/colnew.texi.m4
+++ b/doc/info/colnew.texi.m4
@@ -1520,12 +1520,10 @@ before @var{e} is set, so that it can be changed in the program.
@c [discrete,X,Z[4]], [discrete,X,Z[5]]],
@c [legend,"e=1e-2","e=1e-3","e=1e-4","e=1e-5","e=1e-6"],
@c [xlabel,"x"],[ylabel,"u(x)"],
-@c [png_file,"./colnew-ex5.png"]); */
+@c [png_file,"./colnew-ex5.png"]);
@c done$
@c ===end===
-incorrect syntax: * is not a prefix operator
- */
- ^
+
@example maxima
(%i1) load("colnew")$
(%i2) kill(e,x,z1,z2)$
-----------------------------------------------------------------------
Summary of changes:
doc/info/colnew.texi.m4 | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
Maxima CAS
|