[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 af9d3c8793f39feba81bb971e9ef771819b29c4b
Author: Yue Ren <ren at mathematik.uni-kl.de>
Date:   Tue Mar 27 17:54:28 2012 +0200

    fix: compatibility issue in gfan.cc

diff --git a/callgfanlib/gfan.cc b/callgfanlib/gfan.cc
index ac43c0f..b3bb648 100644
--- a/callgfanlib/gfan.cc
+++ b/callgfanlib/gfan.cc
@@ -4252,7 +4252,7 @@ void prepareGfanLib(gcone *gc, gfan::ZFan *fan)
    while(gcAct!=NULL)
   {
     intvec *rays=gcRays2Intmat(gcAct);
-    ZMatrix zm = intmat2ZMatrix(rays);
+    ZMatrix zm = *intmat2ZMatrix(rays);
     delete rays;
     ZCone *zc = new ZCone();
     *zc = ZCone::givenByRays(zm, gfan::ZMatrix(0, zm.getWidth()));

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list