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

fix compile

parent 91efb494
No related branches found
No related tags found
No related merge requests found
...@@ -263,7 +263,7 @@ void refineMeshMMG(GRegion *gr) ...@@ -263,7 +263,7 @@ void refineMeshMMG(GRegion *gr)
gmsh2MMG (gr, mmg, sol,mmg2gmsh); gmsh2MMG (gr, mmg, sol,mmg2gmsh);
for (int ITER=0;ITER<2;ITER++){ for (int ITER=0;ITER<2;ITER++){
int opt[9] = {1,0,64,0,0,(Msg::GetVerbosity() > 3) ? 2222222222222 : 222222222222222,0,0,0}; int opt[9] = {1,0,64,0,0,(Msg::GetVerbosity() > 3) ? 222222222 : 222222222,0,0,0};
Msg::Debug("-------- GMSH LAUNCHES MMG3D ---------------"); Msg::Debug("-------- GMSH LAUNCHES MMG3D ---------------");
mmg3d::MMG_mmg3dlib(opt,mmg,sol); mmg3d::MMG_mmg3dlib(opt,mmg,sol);
Msg::Debug("-------- MG3D TERMINATED -------------------"); Msg::Debug("-------- MG3D TERMINATED -------------------");
......
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