[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:55:17 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 4b55b6f0868925f22c56458b1b6fc7011bf33820
Author: Martin Lee <martinlee84 at web.de>
Date:   Fri Mar 9 12:08:17 2012 +0100

    chg: mapdomain() now maps BaseDomains

diff --git a/factory/cf_ops.cc b/factory/cf_ops.cc
index 641b5e7..d0456b1 100644
--- a/factory/cf_ops.cc
+++ b/factory/cf_ops.cc
@@ -450,7 +450,7 @@ apply ( const CanonicalForm & f, void (*mf)( CanonicalForm &, int & ) )
 CanonicalForm
 mapdomain ( const CanonicalForm & f, CanonicalForm (*mf)( const CanonicalForm & ) )
 {
-    if ( f.inCoeffDomain() )
+    if ( f.inBaseDomain() )
         return mf( f );
     else
     {

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list