Salome HOME
Unstable warning in release mode, on creating radialQuadrangle1D2D meshes.
[modules/smesh.git] / src / SMESH / SMESH_Algo.cxx
index 8aad675b4c95c08c564c938edf1681c8331b3e88..da8647c400dcebc6595f7bba4b856c867f45e305 100644 (file)
@@ -76,7 +76,7 @@ SMESH_Algo::SMESH_Algo (int hypId, int studyId, SMESH_Gen * gen)
   gen->_mapAlgo[hypId] = this;
 
   _onlyUnaryInput = _requireDescretBoundary = _requireShape = true;
-  _quadraticMesh = false;
+  _quadraticMesh = _supportSubmeshes = false;
   _error = COMPERR_OK;
 }