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
#define ACROSS_ 1
#define AROUND_ 2
#ifdef HAVE_FLTK
void close_cb(Fl_Widget* w, void* data)
{
if(data) ((Fl_Window *) data)->hide();
}
#endif
void StructuralSolver ::popupPropertiesForPhysicalEntity (int dim)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment