[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:55:43 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 1f1b9ad4a200d295c036b49a29974ae68c24a5a5
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date: Tue Apr 24 14:48:48 2012 +0200
chg: debug stuff: better message for"is no S" with option(warn)
diff --git a/Singular/subexpr.cc b/Singular/subexpr.cc
index 0a5c03e..c557dbe 100644
--- a/Singular/subexpr.cc
+++ b/Singular/subexpr.cc
@@ -1335,7 +1335,12 @@ BOOLEAN assumeStdFlag(leftv h)
if (!hasFlag(h,FLAG_STD))
{
if (!TEST_VERB_NSB)
- Warn("%s is no standard basis",h->Name());
+ {
+ if (TEST_V_ALLWARN)
+ Warn("%s is no standard basis in >>%s<<",h->Name(),my_yylinebuf);
+ else
+ Warn("%s is no standard basis",h->Name());
+ }
return FALSE;
}
return TRUE;
--
an open source computer algebra system
More information about the debian-science-commits
mailing list