[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:54:27 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit 84d65b9def15597eab90a6e4903c065b88ac5102
Author: Yue Ren <ren at mathematik.uni-kl.de>
Date: Tue Mar 27 17:56:05 2012 +0200
removed debuging code
diff --git a/callpolymake/polymake_conversion.cc b/callpolymake/polymake_conversion.cc
index f22a553..16f6113 100644
--- a/callpolymake/polymake_conversion.cc
+++ b/callpolymake/polymake_conversion.cc
@@ -418,7 +418,6 @@ polymake::Array<polymake::Set<int> > conesOf(gfan::ZFan* zf)
for (int i=0; i<zf->numberOfConesOfDimension(d,0,1); i++)
{
gfan::IntVector v = zf->getConeIndices(d,i,0,1);
- std::cout << "this is v: " << v << std::cout;
polymake::Set<int> s;
for (int j=0; j<v.size(); j++)
{
--
an open source computer algebra system
More information about the debian-science-commits
mailing list