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

don't launch gui

parent 53283e6c
No related branches found
No related tags found
No related merge requests found
...@@ -53,7 +53,6 @@ int main(int argc, char **argv) ...@@ -53,7 +53,6 @@ int main(int argc, char **argv)
// gmsh::option::setNumber("Mesh.RecombinationAlgorithm", 2); // or 3 // gmsh::option::setNumber("Mesh.RecombinationAlgorithm", 2); // or 3
// gmsh::model::mesh::generate(2); // gmsh::model::mesh::generate(2);
gmsh::fltk::run();
gmsh::finalize(); gmsh::finalize();
return 0; return 0;
} }
...@@ -53,8 +53,6 @@ int main(int argc, char **argv) ...@@ -53,8 +53,6 @@ int main(int argc, char **argv)
// set compound surface from surfaces 1, 5, 10 // set compound surface from surfaces 1, 5, 10
gmsh::model::mesh::setCompound(2, {1, 5, 10}); gmsh::model::mesh::setCompound(2, {1, 5, 10});
gmsh::fltk::run();
gmsh::finalize(); gmsh::finalize();
return 0; return 0;
......
...@@ -62,8 +62,6 @@ int main(int argc, char **argv) ...@@ -62,8 +62,6 @@ int main(int argc, char **argv)
gmsh::model::mesh::generate(3); gmsh::model::mesh::generate(3);
gmsh::fltk::run();
gmsh::finalize(); gmsh::finalize();
return 0; return 0;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment