|
From: peterpall <pet...@us...> - 2025-09-01 05:51:08
|
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 8b855d95ab9ccf8c03ab1ad5789286ff45b735e8 (commit)
from b71f4cabaac0f0aad2a09478a5d87ef0f6198da4 (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 8b855d95ab9ccf8c03ab1ad5789286ff45b735e8
Author: Gunter Königsmann <gu...@pe...>
Date: Mon Sep 1 07:50:34 2025 +0200
wrstcse: wc_ewc_simplify should continue on errors
diff --git a/share/contrib/wrstcse.mac b/share/contrib/wrstcse.mac
index 1962d2e57..a0b507f48 100644
--- a/share/contrib/wrstcse.mac
+++ b/share/contrib/wrstcse.mac
@@ -254,7 +254,9 @@ wc_ewc_simplify(x):=block(
wc_mergedtoldirection:1
],
for wc_tol in %wc_tols(x) do
- (
+ /* If one step of this loop errors out this means one tolerance isn't merged, but
+ the for loop can still continue. */
+ errcatch(
/* Let's see if increasing the current tol[n] increases x*/
wc_diffofwctol:wc_typicalvalues(diff(x,wc_tol)),
if wc_diffofwctol > 0 then
-----------------------------------------------------------------------
Summary of changes:
share/contrib/wrstcse.mac | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
hooks/post-receive
--
Maxima CAS
|