]> SALOME platform Git repositories - plugins/netgenplugin.git/commitdiff
Salome HOME
Replace Descret by Discrete in variable and method names.
authorgdd <gdd>
Fri, 17 Feb 2012 14:30:45 +0000 (14:30 +0000)
committergdd <gdd>
Fri, 17 Feb 2012 14:30:45 +0000 (14:30 +0000)
src/NETGENPlugin/NETGENPlugin_NETGEN_2D.cxx
src/NETGENPlugin/NETGENPlugin_NETGEN_2D3D.cxx

index ad2f0797cc1eb739db87e063fa6cbb60e9d907d6..a34968558cbf35cce74b3de91995dcb5843ef9e8 100644 (file)
@@ -64,7 +64,7 @@ NETGENPlugin_NETGEN_2D::NETGENPlugin_NETGEN_2D(int hypId, int studyId,
   _shapeType = (1 << TopAbs_FACE); // 1 bit /shape type
   _compatibleHypothesis.push_back("NETGEN_Parameters_2D");
   _compatibleHypothesis.push_back("NETGEN_SimpleParameters_2D");
-  _requireDescretBoundary = false;
+  _requireDiscreteBoundary = false;
   _onlyUnaryInput = false;
   _hypothesis = NULL;
   _supportSubmeshes = true;
index 92da24fb11c585b4cd3260deefb298b4778a9415..283c6bccb2fa24276fe002066f086b91d4c9dfcb 100644 (file)
@@ -65,7 +65,7 @@ NETGENPlugin_NETGEN_2D3D::NETGENPlugin_NETGEN_2D3D(int hypId, int studyId,
   _shapeType = (1 << TopAbs_SHELL) | (1 << TopAbs_SOLID);// 1 bit /shape type
   _compatibleHypothesis.push_back("NETGEN_Parameters");
   _compatibleHypothesis.push_back("NETGEN_SimpleParameters_3D");
-  _requireDescretBoundary = false;
+  _requireDiscreteBoundary = false;
   _onlyUnaryInput = false;
   _hypothesis = NULL;
   _supportSubmeshes = true;