[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:53:31 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit d397fe64202d2d31349f40dd8fa445127d6a1d29
Author: Hans Schoenemann <hannes at mathematik.uni-kl.de>
Date: Fri Feb 24 11:49:35 2012 +0100
fix: code cleanup: more template stuff
diff --git a/Singular/claptmpl.cc b/Singular/claptmpl.cc
index 67a175d..7e7bb0d 100644
--- a/Singular/claptmpl.cc
+++ b/Singular/claptmpl.cc
@@ -24,10 +24,6 @@
template class ListIterator<fglmDelem>;
#endif
-#ifdef HAVE_FANS
-#include <gfanlib/gfanlib.h>
-#endif
-
// ----------------------------------------------------------------------------
// kmatrix.cc
// begin of file
@@ -115,6 +111,8 @@ template void noro_step<tgb_uint16>(poly*p,int &pn,slimgb_alg* c);
template void noro_step<tgb_uint32>(poly*p,int &pn,slimgb_alg* c);
//std::priority_queue<MonRedRes>
//
+#endif
+
/* next lines are templates used in new minor code */
#include <list>
#include <Singular/Minor.h>
@@ -125,5 +123,4 @@ template class std::list<IntMinorValue>;
template class std::list<PolyMinorValue>;
template class Cache<MinorKey, IntMinorValue>;
template class Cache<MinorKey, PolyMinorValue>;
-#endif
--
an open source computer algebra system
More information about the debian-science-commits
mailing list