From: gdd Date: Fri, 17 Feb 2012 14:30:18 +0000 (+0000) Subject: Replace Descret by Discrete in variable and method names. X-Git-Tag: V6_5_0a1~2 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=cc77b3c7ecc78dab4103656d5a48bb083c960c23;p=plugins%2Fhexablockplugin.git Replace Descret by Discrete in variable and method names. --- diff --git a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx index a2f4bc3..9f1e00b 100755 --- a/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx +++ b/src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx @@ -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;