diff --git a/tutorial/t8.geo b/tutorial/t8.geo index 5ca546fb8f31322da8ac3f618c454dbac77a9f50..d03b84fc07a7a351be4119e57f6fa46a75acf4d5 100644 --- a/tutorial/t8.geo +++ b/tutorial/t8.geo @@ -87,10 +87,11 @@ EndFor // Here is the list of available scripting commands: // -// Merge string; (to merge a file) -// Draw; (to draw the scene) -// Mesh int; (to perform the mesh generation; 'int' = 0, 1, 2 or 3) -// Save string; (to save the mesh) -// Print string; (to print the graphic window) -// Sleep expr; (to sleep during expr seconds) - +// Merge string; (to merge a file) +// Draw; (to draw the scene) +// Mesh int; (to perform the mesh generation; 'int' = 0, 1, 2 or 3) +// Save string; (to save the mesh) +// Print string; (to print the graphic window) +// Sleep expr; (to sleep during expr seconds) +// Delete View[int] (to free the view int) +// Delete Meshes (to free all meshes)