Salome HOME
typo
[modules/smesh.git] / src / SMESH / SMESH_Algo.cxx
index f1d3fad659d984b9f8912471f98850eb5455503d..867194fc3f2b82fa6f33ccbc96a3f1412cde82c2 100644 (file)
@@ -80,7 +80,7 @@ SMESH_Algo::SMESH_Algo (int hypId, int studyId, SMESH_Gen * gen)
 {
   gen->_mapAlgo[hypId] = this;
 
-  _onlyUnaryInput = _requireDescretBoundary = _requireShape = true;
+  _onlyUnaryInput = _requireDiscreteBoundary = _requireShape = true;
   _quadraticMesh = _supportSubmeshes = false;
   _error = COMPERR_OK;
 }