Skip to content
Snippets Groups Projects
Commit 0f4315c7 authored by Emilie Marchandise's avatar Emilie Marchandise
Browse files

fix fltk define

parent 7128230b
Branches
Tags
No related merge requests found
...@@ -618,9 +618,7 @@ void modifyInitialMeshForTakingIntoAccountBoundaryLayers (GFace *gf){ ...@@ -618,9 +618,7 @@ void modifyInitialMeshForTakingIntoAccountBoundaryLayers (GFace *gf){
deMeshGFace kil_; deMeshGFace kil_;
kil_(gf); kil_(gf);
printf("remeshing after hoplaboum\n");
meshGenerator(gf, 0, 0, true , true, &hop); meshGenerator(gf, 0, 0, true , true, &hop);
printf("remeshing after hoplaboum\n");
gf->quadrangles = blQuads; gf->quadrangles = blQuads;
gf->triangles.insert(gf->triangles.begin(),blTris.begin(),blTris.end()); gf->triangles.insert(gf->triangles.begin(),blTris.begin(),blTris.end());
......
...@@ -9,10 +9,14 @@ ...@@ -9,10 +9,14 @@
#include "JacobianBasis.h" #include "JacobianBasis.h"
#include "polynomialBasis.h" #include "polynomialBasis.h"
#include "AnalyseCurvedMesh.h" #include "AnalyseCurvedMesh.h"
#include "FlGui.h"
#include "Context.h" #include "Context.h"
#include "drawContext.h" #include "drawContext.h"
#include "OS.h" #include "OS.h"
#if defined(HAVE_FLTK)
#include "FlGui.h"
#endif
#define UNDEF_JAC_TAG -999 #define UNDEF_JAC_TAG -999
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment