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

Bernhard R. Link brlink at debian.org
Tue Apr 24 15:54:56 UTC 2012


The following commit has been merged in the cleanedupstream branch:
commit 26f96628b55081a9aa0b5074ad8b9fc541d5d9d1
Author: Martin Lee <martinlee84 at web.de>
Date:   Thu Feb 16 16:27:29 2012 +0100

    chg: changed default constructor of modpk

diff --git a/factory/fac_util.cc b/factory/fac_util.cc
index 4b85732..47fb35e 100644
--- a/factory/fac_util.cc
+++ b/factory/fac_util.cc
@@ -18,10 +18,10 @@ static CanonicalForm mappksymmetric ( const CanonicalForm& );
 
 modpk::modpk()
 {
-    p = 3;
-    k = 1;
-    pk = power( CanonicalForm( p ), k );
-    pkhalf = pk / 2;
+    p = 0;
+    k = 0;
+    pk = 1;
+    pkhalf = 0;
 }
 
 modpk::modpk( int q, int l )

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list