[arch-commits] Commit in normaliz/trunk (cone-destructor.patch)

Antonio Rojas arojas at archlinux.org
Thu Apr 25 18:17:56 UTC 2019


    Date: Thursday, April 25, 2019 @ 18:17:55
  Author: arojas
Revision: 454024

Remove patch

Deleted:
  normaliz/trunk/cone-destructor.patch

-----------------------+
 cone-destructor.patch |   13 -------------
 1 file changed, 13 deletions(-)

Deleted: cone-destructor.patch
===================================================================
--- cone-destructor.patch	2019-04-25 18:17:37 UTC (rev 454023)
+++ cone-destructor.patch	2019-04-25 18:17:55 UTC (rev 454024)
@@ -1,13 +0,0 @@
-diff --git a/source/libnormaliz/cone.cpp b/source/libnormaliz/cone.cpp
-index 09e73631..706c3b46 100644
---- a/source/libnormaliz/cone.cpp
-+++ b/source/libnormaliz/cone.cpp
-@@ -474,7 +474,7 @@ template<typename Integer>
- Cone<Integer>::~Cone() {
-     if(IntHullCone!=NULL)
-         delete IntHullCone;
--    if(IntHullCone!=NULL)
-+    if(SymmCone!=NULL)
-         delete SymmCone;
-     if(ProjCone!=NULL)
-         delete ProjCone;



More information about the arch-commits mailing list