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

fix compile

parent 68199e54
Branches
Tags
No related merge requests found
......@@ -10,6 +10,7 @@
#include "GmshMessage.h"
#include "GModel.h"
#include "GEdge.h"
#include "GEdgeCompound.h"
#include "GFace.h"
#include "MLine.h"
#include "GaussLegendre1D.h"
......
......@@ -497,7 +497,6 @@ gLevelsetPostView::gLevelsetPostView(int index, int tag) : gLevelsetPrimitive(ta
_octree = 0;
}
}
#endif
double gLevelsetPostView::operator () (const double x, const double y, const double z) const {
if(!_octree) return 1.;
......@@ -505,6 +504,7 @@ double gLevelsetPostView::operator () (const double x, const double y, const dou
_octree->searchScalar(x, y, z, &val, 0);
return val;
}
#endif
gLevelsetGenCylinder::gLevelsetGenCylinder(const double *pt, const double *dir, const double &R,
int tag) : gLevelsetQuadric(tag) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment