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

missing #ifdef HAVE_FLTK
parent f617dc73
No related branches found
No related tags found
No related merge requests found
...@@ -435,10 +435,12 @@ Structural_Material StructuralSolver :: GetMaterial (const std::string & name) c ...@@ -435,10 +435,12 @@ Structural_Material StructuralSolver :: GetMaterial (const std::string & name) c
#define ACROSS_ 1 #define ACROSS_ 1
#define AROUND_ 2 #define AROUND_ 2
#ifdef HAVE_FLTK
void close_cb(Fl_Widget* w, void* data) void close_cb(Fl_Widget* w, void* data)
{ {
if(data) ((Fl_Window *) data)->hide(); if(data) ((Fl_Window *) data)->hide();
} }
#endif
void StructuralSolver ::popupPropertiesForPhysicalEntity (int dim) void StructuralSolver ::popupPropertiesForPhysicalEntity (int dim)
{ {
......
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