[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:54:22 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit cfab4daf2bed6360d095549f7bf728fee875cc83
Author: Yue Ren <ren at mathematik.uni-kl.de>
Date: Sun Mar 18 17:10:53 2012 +0100
new: empty constructor for zfans
diff --git a/gfanlib/gfanlib_zfan.h b/gfanlib/gfanlib_zfan.h
index c3d31c6..6036af0 100644
--- a/gfanlib/gfanlib_zfan.h
+++ b/gfanlib/gfanlib_zfan.h
@@ -61,6 +61,10 @@ class ZFan
std::vector<std::vector<IntVector> > &table(bool orbit, bool maximal)const;
public:
~ZFan();
+ ZFan():
+ coneCollection(0),
+ complex(0)
+ {}
ZFan(ZFan const& f);
/**
*
--
an open source computer algebra system
More information about the debian-science-commits
mailing list