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) ...@@ -829,9 +829,9 @@ void onelab_cb(Fl_Widget *w, void *data)
do{ // enter loop do{ // enter loop
// the Gmsh client is special: it always gets executed first. (The // the Gmsh client is special: it always gets executed first. (A
// meta-model will allow more flexibility: but in the simple GUI // special-puropose meta-model allows more flexibility: but in the simple
// we can assume this) // GUI we can assume this)
runGmshClient(action); runGmshClient(action);
if(action == "compute") if(action == "compute")
......
/********************************************************************* /*********************************************************************
* *
* Gmsh tutorial 1 * Gmsh tutorial 1
* *
* Variables, elementary entities (points, lines, surfaces), physical * Variables, elementary entities (points, lines, surfaces), physical
* entities (points, lines, surfaces) * entities (points, lines, surfaces)
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment