Salome HOME
Replace Descret by Discrete in variable and method names.
[modules/smesh.git] / src / StdMeshers / StdMeshers_Cartesian_3D.cxx
index 9ec55d12988f806f019821eef68002ee585741a7..16bc0d223bf135ea02d431ade4a75824a9aa4ba7 100644 (file)
@@ -81,7 +81,7 @@ StdMeshers_Cartesian_3D::StdMeshers_Cartesian_3D(int hypId, int studyId, SMESH_G
   _compatibleHypothesis.push_back("CartesianParameters3D");
 
   _onlyUnaryInput = false;         // to mesh all SOLIDs at once
-  _requireDescretBoundary = false; // 2D mesh not needed
+  _requireDiscreteBoundary = false; // 2D mesh not needed
   _supportSubmeshes = false;       // do not use any existing mesh
 }