Salome HOME
Copyright update 2022
[modules/smesh.git] / src / SMESH_I / MG_ADAPT_i.cxx
index 7950f58dde37ecc727629123f52f97a964bae23e..fcbc77eda9dfe7ac6d6e4a26d5c79c1abe877be4 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2020-2021  CEA/DEN, EDF R&D
+// Copyright (C) 2020-2022  CEA/DEN, EDF R&D
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -127,10 +127,12 @@ SALOME::GenericObj_ptr SMESH_Gen_i::Adaptation( const char* adaptationType)
     return anObj._retn();
   }
 #endif
+#ifndef DISABLE_HOMARD_ADAPT
   if (!strcmp(adaptationType, "Uniform")) {
     return CreateHOMARD_ADAPT();
   }
-  return SMESH::MG_ADAPT_OBJECT_ptr();
+#endif
+  return SALOME::GenericObj_ptr();
 }
 //=============================================================================
 /*!