[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:55:05 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 3e34d3a46df3d1cac6329d249957c325e455e684
Author: Martin Lee <martinlee84 at web.de>
Date: Tue Feb 28 14:39:32 2012 +0100
chg: skip Q(a) check
diff --git a/factory/facMul.cc b/factory/facMul.cc
index 6581a18..e04e881 100644
--- a/factory/facMul.cc
+++ b/factory/facMul.cc
@@ -2741,7 +2741,8 @@ uniFdivides (const CanonicalForm& A, const CanonicalForm& B)
return result;
}
else
- return fdivides (A, B);
+ return true;
+ //return fdivides (A, B);
#else
return fdivides (A, B); //maybe NTL?
#endif
--
an open source computer algebra system
More information about the debian-science-commits
mailing list