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

fix compile

parent 89c46ec3
No related branches found
No related tags found
No related merge requests found
......@@ -320,8 +320,7 @@ void discreteFace::gatherMeshes()
void discreteFace::mesh(bool verbose)
{
#if defined(HAVE_ANN) && defined(HAVE_SOLVER) && defined(HAVE_MESH)
for(unsigned int j=0; j<_atlas.size(); j++){
std::list<GEdge*> ge = _atlas[j]->edges();
......@@ -345,11 +344,6 @@ void discreteFace::mesh(bool verbose)
}
}
#if defined(HAVE_ANN) && defined(HAVE_SOLVER) && defined(HAVE_MESH)
if (!CTX::instance()->meshDiscrete) return;
//Msg::Info("Discrete Face %d is going to be meshed",tag());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment