[SCM] an open source computer algebra system branch, cleanedupstream, updated. 6125e540ca6d66c307958938a9d53b245507c323
Bernhard R. Link
brlink at debian.org
Tue Apr 24 15:54:26 UTC 2012
The following commit has been merged in the cleanedupstream branch:
commit a96648bf4f86bd1451b9c51e1005b257640ddb27
Author: Yue Ren <ren at mathematik.uni-kl.de>
Date: Tue Mar 27 17:53:44 2012 +0200
chg: removed further redundant code
diff --git a/gfanlib/gfanlib_zcone.cpp b/gfanlib/gfanlib_zcone.cpp
index 2f46a49..8234bcf 100644
--- a/gfanlib/gfanlib_zcone.cpp
+++ b/gfanlib/gfanlib_zcone.cpp
@@ -952,7 +952,7 @@ ZCone ZCone::positiveOrthant(int dimension)
ZCone ZCone::givenByRays(ZMatrix const &generators, ZMatrix const &linealitySpace)
{
- ZCone dual(newGenerators,linealitySpace);
+ ZCone dual(generators,linealitySpace);
ZMatrix inequalities=dual.extremeRays();
// because extremeRays was called, the following is already in canonical form
ZMatrix extremeRays=dual.getInequalities();
--
an open source computer algebra system
More information about the debian-science-commits
mailing list