From cc77b3c7ecc78dab4103656d5a48bb083c960c23 Mon Sep 17 00:00:00 2001 From: gdd Date: Fri, 17 Feb 2012 14:30:18 +0000 Subject: [PATCH] Replace Descret by Discrete in variable and method names. --- src/HEXABLOCKPlugin/HEXABLOCKPlugin_HEXABLOCK.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2