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

index a2f4bc3dc4aec1889a7284d225dc8aee4bd0f419..9f1e00b56b24974fe47e6b008c8eb7bbabbc4c1b 100755 (executable)
@@ -67,7 +67,7 @@ HEXABLOCKPlugin_HEXABLOCK::HEXABLOCKPlugin_HEXABLOCK(int hypId, int studyId, SME
   _shapeType = (1 << TopAbs_SHELL) | (1 << TopAbs_SOLID);// 1 bit /shape type
   _compatibleHypothesis.push_back("HEXABLOCK_Parameters");
   _requireShape = false; // can work without shape
-  _requireDescretBoundary = false;
+  _requireDiscreteBoundary = false;
   _hyp = NULL;
   _supportSubmeshes = false;
   _iShape  = 0;