Skip to content
Snippets Groups Projects
Commit 9409a90d authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

this is weird

parent 844ed246
No related branches found
No related tags found
No related merge requests found
...@@ -636,6 +636,8 @@ void GMSH_FaultZoneMesher::CreateJointElements(GModel* gModel, GFace* gFace, ...@@ -636,6 +636,8 @@ void GMSH_FaultZoneMesher::CreateJointElements(GModel* gModel, GFace* gFace,
} }
// replace physical edges by physical surfaces // replace physical edges by physical surfaces
#if 1 // FIXME this is wrong !?!
for(int i = 0; i < List_Nbr(gModel->getGEOInternals()->PhysicalGroups); i++){ for(int i = 0; i < List_Nbr(gModel->getGEOInternals()->PhysicalGroups); i++){
PhysicalGroup *p = *(PhysicalGroup**)List_Pointer PhysicalGroup *p = *(PhysicalGroup**)List_Pointer
(GModel::current()->getGEOInternals()->PhysicalGroups, i); (GModel::current()->getGEOInternals()->PhysicalGroups, i);
...@@ -671,6 +673,8 @@ void GMSH_FaultZoneMesher::CreateJointElements(GModel* gModel, GFace* gFace, ...@@ -671,6 +673,8 @@ void GMSH_FaultZoneMesher::CreateJointElements(GModel* gModel, GFace* gFace,
List_Delete(faceEntities); List_Delete(faceEntities);
} }
} }
#endif
} }
//================================================================================ //================================================================================
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment