From 9409a90d5dd2051772afd74b723cddde2e7dc7ed Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Thu, 30 Mar 2017 16:15:20 +0800
Subject: [PATCH] this is weird

---
 Plugin/FaultZone.cpp | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/Plugin/FaultZone.cpp b/Plugin/FaultZone.cpp
index bc9f956a5c..54ea09867c 100644
--- a/Plugin/FaultZone.cpp
+++ b/Plugin/FaultZone.cpp
@@ -636,6 +636,8 @@ void GMSH_FaultZoneMesher::CreateJointElements(GModel* gModel, GFace* gFace,
   }
 
   // replace physical edges by physical surfaces
+
+#if 1 // FIXME this is wrong !?!
   for(int i = 0; i < List_Nbr(gModel->getGEOInternals()->PhysicalGroups); i++){
     PhysicalGroup *p = *(PhysicalGroup**)List_Pointer
       (GModel::current()->getGEOInternals()->PhysicalGroups, i);
@@ -671,6 +673,8 @@ void GMSH_FaultZoneMesher::CreateJointElements(GModel* gModel, GFace* gFace,
       List_Delete(faceEntities);
     }
   }
+#endif
+
 }
 
 //================================================================================
-- 
GitLab