Skip to content
Snippets Groups Projects
Commit d3c40288 authored by Amaury Johnen's avatar Amaury Johnen
Browse files

fix compile

parent 8f19b266
Branches
Tags
No related merge requests found
...@@ -1133,6 +1133,7 @@ bool GFaceCompound::parametrize_conformal_spectral() const ...@@ -1133,6 +1133,7 @@ bool GFaceCompound::parametrize_conformal_spectral() const
Msg::Error("https://geuz.org/trac/gmsh/wiki/STLRemeshing (username:gmsh,passwd:gmsh) !"); Msg::Error("https://geuz.org/trac/gmsh/wiki/STLRemeshing (username:gmsh,passwd:gmsh) !");
Msg::Error("-----------------------------------------------------------------------------!"); Msg::Error("-----------------------------------------------------------------------------!");
Msg::Exit(1); Msg::Exit(1);
return false;
} }
#else #else
......
...@@ -1653,7 +1653,9 @@ FieldManager::FieldManager() ...@@ -1653,7 +1653,9 @@ FieldManager::FieldManager()
{ {
map_type_name["Structured"] = new FieldFactoryT<StructuredField>(); map_type_name["Structured"] = new FieldFactoryT<StructuredField>();
map_type_name["Threshold"] = new FieldFactoryT<ThresholdField>(); map_type_name["Threshold"] = new FieldFactoryT<ThresholdField>();
#if defined(HAVE_ANN)
map_type_name["BoundaryLayer"] = new FieldFactoryT<BoundaryLayerField>(); map_type_name["BoundaryLayer"] = new FieldFactoryT<BoundaryLayerField>();
#endif
map_type_name["Box"] = new FieldFactoryT<BoxField>(); map_type_name["Box"] = new FieldFactoryT<BoxField>();
map_type_name["Cylinder"] = new FieldFactoryT<CylinderField>(); map_type_name["Cylinder"] = new FieldFactoryT<CylinderField>();
map_type_name["LonLat"] = new FieldFactoryT<LonLatField>(); map_type_name["LonLat"] = new FieldFactoryT<LonLatField>();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment