From c05449fb6d232b555f515aa0cfc7b3cb6f52c3d5 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sat, 30 Jan 2010 13:33:55 +0000
Subject: [PATCH] no abs() necessary

---
 Geo/GModelIO_Geo.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Geo/GModelIO_Geo.cpp b/Geo/GModelIO_Geo.cpp
index 48350bd9e0..b50063940c 100644
--- a/Geo/GModelIO_Geo.cpp
+++ b/Geo/GModelIO_Geo.cpp
@@ -175,7 +175,7 @@ int GModel::importGEOInternals()
             if(ge) b[j].push_back(ge);
           }
         }
-        f = new GFaceCompound(this, std::abs(s->Num), comp,
+        f = new GFaceCompound(this, s->Num, comp,
                               b[0], b[1], b[2], b[3], 0,
                               s->Num > 0 ? GFaceCompound::HARMONIC :
                               GFaceCompound::CONFORMAL);
-- 
GitLab