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

fix warn

parent eaf156cb
No related branches found
No related tags found
No related merge requests found
...@@ -880,9 +880,10 @@ void gLevelsetMathEvalAll::hessian(double x, double y, double z, ...@@ -880,9 +880,10 @@ void gLevelsetMathEvalAll::hessian(double x, double y, double z,
dfdzz = res[12]; dfdzz = res[12];
} }
} }
#if defined(HAVE_ANN)
#if defined(HAVE_ANN)
gLevelsetDistMesh::gLevelsetDistMesh(GModel *gm, std::string physical, int nbClose, int tag) gLevelsetDistMesh::gLevelsetDistMesh(GModel *gm, std::string physical, int nbClose, int tag)
: _gm(gm), _nbClose(nbClose), gLevelsetPrimitive(tag) : gLevelsetPrimitive(tag), _gm(gm), _nbClose(nbClose)
{ {
std::map<int, std::vector<GEntity*> > groups [4]; std::map<int, std::vector<GEntity*> > groups [4];
gm->getPhysicalGroups(groups); gm->getPhysicalGroups(groups);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment