From 4fd57345c7e268c358f6e35b568ce71ef851ae32 Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 14 Sep 2004 17:43:40 +0000
Subject: [PATCH] *** empty log message ***

---
 Fltk/GUI.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Fltk/GUI.cpp b/Fltk/GUI.cpp
index 76f86e4c16..e805a44c6c 100644
--- a/Fltk/GUI.cpp
+++ b/Fltk/GUI.cpp
@@ -1,4 +1,4 @@
-// $Id: GUI.cpp,v 1.340 2004-09-04 07:45:21 geuzaine Exp $
+// $Id: GUI.cpp,v 1.341 2004-09-14 17:43:40 geuzaine Exp $
 //
 // Copyright (C) 1997-2004 C. Geuzaine, J.-F. Remacle
 //
@@ -778,12 +778,12 @@ GUI::GUI(int argc, char **argv)
   create_clip_window();
   create_about_window();
   create_geometry_context_window(0);
-  call_for_solver_plugin (-1);
   create_mesh_context_window(0);
   for(i = 0; i < MAXSOLVERS; i++) {
     solver[i].window = NULL;
     create_solver_window(i);
   }
+  call_for_solver_plugin (-1);
 
   // Draw the scene
   g_opengl_window->redraw();
-- 
GitLab