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

tentative fix

parent bf8ec61c
No related branches found
No related tags found
No related merge requests found
......@@ -565,7 +565,7 @@ void GMSH_FaultZoneMesher::CreateJointElements(GModel* gModel, GFace* gFace,
continue;
SPoint3 bary = mElem->barycenter();
std::vector<MVertex*> mVerts(8, NULL);
std::vector<MVertex*> mVerts(8, (MVertex*)0);
// check orientation
SVector3 nor = _vectNormByFissure[gEdge];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment