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

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


The following commit has been merged in the cleanedupstream branch:
commit 220803f683a1c952754fb04e5e5c9994b9944217
Author: Martin Lee <martinlee84 at web.de>
Date:   Mon Jan 23 23:14:15 2012 +0100

    fix: some minor fix

diff --git a/factory/facFqBivar.cc b/factory/facFqBivar.cc
index 024a1cd..7b2a810 100644
--- a/factory/facFqBivar.cc
+++ b/factory/facFqBivar.cc
@@ -2111,6 +2111,7 @@ increasePrecision (CanonicalForm& F, CFList& factors, int factorsFound,
           delete [] factorsFoundIndex;
           delete [] A;
           delete [] bounds;
+          F= 1;
           return result;
         }
         delete [] factorsFoundIndex;
@@ -2238,6 +2239,7 @@ increasePrecision (CanonicalForm& F, CFList& factors, int factorsFound,
           delete [] factorsFoundIndex;
           delete [] A;
           delete [] bounds;
+          F= 1;
           return result;
         }
         delete [] factorsFoundIndex;
@@ -2431,6 +2433,7 @@ extIncreasePrecision (CanonicalForm& F, CFList& factors, int factorsFound,
           delete [] factorsFoundIndex;
           delete [] A;
           delete [] bounds;
+          F= 1;
           return result;
         }
         delete [] factorsFoundIndex;
@@ -2680,6 +2683,7 @@ increasePrecisionFq2Fp (CanonicalForm& F, CFList& factors, int factorsFound,
           delete [] factorsFoundIndex;
           delete [] A;
           delete [] bounds;
+          F= 1;
           return result;
         }
         delete [] factorsFoundIndex;

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list