From ec7e02903e17388a0fa3370036eaf07c327eecee Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Wed, 2 Sep 2009 13:01:41 +0000 Subject: [PATCH] *** empty log message *** --- Fltk/menuWindow.cpp | 2 +- doc/gmsh.html | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Fltk/menuWindow.cpp b/Fltk/menuWindow.cpp index 33926dedd9..fd21fadf51 100644 --- a/Fltk/menuWindow.cpp +++ b/Fltk/menuWindow.cpp @@ -2237,7 +2237,7 @@ static Fl_Menu_Item sysbar_table[] = { {"Vertically", 0, (Fl_Callback *)file_window_cb, (void*)"split_v"}, {"Clear", 0, (Fl_Callback *)file_window_cb, (void*)"split_u"}, {0}, -#if 0 // test remote gmsh daemon +#if 1 // test remote gmsh daemon {"Connect...", 0, (Fl_Callback *)file_remote_cb, (void*)"connect"}, {"Test remote!", 0, (Fl_Callback *)file_remote_cb, (void*)"test"}, {"Disconnect", 0, (Fl_Callback *)file_remote_cb, (void*)"disconnect", FL_MENU_DIVIDER}, diff --git a/doc/gmsh.html b/doc/gmsh.html index f2fa478599..2751b9d52d 100644 --- a/doc/gmsh.html +++ b/doc/gmsh.html @@ -211,6 +211,7 @@ thumbnail"></a> <a href="/gmsh/gallery/piece2.gif">structured tet</a>, <a href="/gmsh/gallery/piece3.gif">structured hex/pri</a>. <li>Post-processing: + <a href="/gmsh/gallery/sebastian_lehmann.divx">Streamlines</a> (S. Lehmann), <a href="/gmsh/gallery/f16_stream.jpg">F16 streamlines</a>, <a href="/gmsh/gallery/f18_stream.jpg">F18 streamlines</a>, <a href="/gmsh/gallery/pressure-ring.png">pressure ring</a>, -- GitLab