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

up

parent 64f85d8f
Branches
Tags
No related merge requests found
......@@ -5,7 +5,7 @@ int main(int argc, char **argv)
gmshInitialize(argc, argv);
gmshOptionSetNumber("General.Terminal", 1);
gmshOptionSetNumber("Mesh.Algorithm", 5);
gmshOpen("../../tutorial/t5.geo");
gmshOpen("test.geo");
gmshModelMesh(3);
gmshExport("test.msh");
gmshExport("test.unv");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment