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

oops 2

parent 03f7a1bf
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,9 @@ class FlGui{ ...@@ -63,7 +63,9 @@ class FlGui{
geometryContextWindow *geoContext; geometryContextWindow *geoContext;
meshContextWindow *meshContext; meshContextWindow *meshContext;
aboutWindow *about; aboutWindow *about;
#if (FL_MAJOR_VERSION == 1) && (FL_MINOR_VERSION == 3)
onelabWindow *onelab; onelabWindow *onelab;
#endif
std::vector<solverWindow*> solver; std::vector<solverWindow*> solver;
public: public:
FlGui(int argc, char **argv); FlGui(int argc, char **argv);
......
...@@ -3,8 +3,7 @@ ...@@ -3,8 +3,7 @@
// See the LICENSE.txt file for license information. Please report all // See the LICENSE.txt file for license information. Please report all
// bugs and problems to <gmsh@geuz.org>. // bugs and problems to <gmsh@geuz.org>.
#include "onelab.h" #include <FL/Fl.H>
#if (FL_MAJOR_VERSION == 1) && (FL_MINOR_VERSION == 3) #if (FL_MAJOR_VERSION == 1) && (FL_MINOR_VERSION == 3)
#include <FL/Fl_Value_Input.H> #include <FL/Fl_Value_Input.H>
#include <FL/Fl_Box.H> #include <FL/Fl_Box.H>
...@@ -20,6 +19,7 @@ ...@@ -20,6 +19,7 @@
#include "paletteWindow.h" #include "paletteWindow.h"
#include "menuWindow.h" #include "menuWindow.h"
#include "fileDialogs.h" #include "fileDialogs.h"
#include "onelab.h"
#include "onelabWindow.h" #include "onelabWindow.h"
// This file contains the Gmsh/FLTK specific parts of the ONELAB // This file contains the Gmsh/FLTK specific parts of the ONELAB
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#ifndef _ONELAB_WINDOW_H_ #ifndef _ONELAB_WINDOW_H_
#define _ONELAB_WINDOW_H_ #define _ONELAB_WINDOW_H_
#include "GmshConfig.h" #include <FL/Fl.H>
#if (FL_MAJOR_VERSION == 1) && (FL_MINOR_VERSION == 3) #if (FL_MAJOR_VERSION == 1) && (FL_MINOR_VERSION == 3)
#include <vector> #include <vector>
#include <FL/Fl_Window.H> #include <FL/Fl_Window.H>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment