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

pp

parent 8dfe776c
No related branches found
No related tags found
No related merge requests found
......@@ -829,9 +829,9 @@ void onelab_cb(Fl_Widget *w, void *data)
do{ // enter loop
// the Gmsh client is special: it always gets executed first. (The
// meta-model will allow more flexibility: but in the simple GUI
// we can assume this)
// the Gmsh client is special: it always gets executed first. (A
// special-puropose meta-model allows more flexibility: but in the simple
// GUI we can assume this)
runGmshClient(action);
if(action == "compute")
......
/*********************************************************************
/*********************************************************************
*
* Gmsh tutorial 1
*
*
* Variables, elementary entities (points, lines, surfaces), physical
* entities (points, lines, surfaces)
*
......
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