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

patch from Benjamin

parent bb1b5b06
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@
<classpath refid="run.class.path" />
<jvmarg value="-Xmx512M" />
<jvmarg value="-Xms100M" />
<jvmarg value="-Xss100M" />
</java>
</target>
......@@ -150,6 +151,7 @@
<classpath refid="run.class.path" />
<jvmarg value="-Xmx512M" />
<jvmarg value="-Xms100M" />
<jvmarg value="-Xss100M" />
</java>
</target>
......
......@@ -51,6 +51,10 @@ public class EssaiGmsh_v2 {
// write .msh file which contains informations about mesh in GModel m.
m1.writeMSH("t5.msh");
// free memory
m1.deleteMesh();
m1.delete();
WrapGmsh.GmshFinalize();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment