From: eap Date: Thu, 7 Dec 2006 06:42:12 +0000 (+0000) Subject: PAL13473 (Build repetitive mesh): X-Git-Tag: V3_2_4pre1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e86b832f781bc7115e8fc208b75cf2f99c476be2;p=modules%2Fsmesh.git PAL13473 (Build repetitive mesh): fix compilation pb on RedHat and DebianSarge --- diff --git a/src/SMESH_I/SMESH_2smeshpy.hxx b/src/SMESH_I/SMESH_2smeshpy.hxx index 7a426df97..b6f17c046 100644 --- a/src/SMESH_I/SMESH_2smeshpy.hxx +++ b/src/SMESH_I/SMESH_2smeshpy.hxx @@ -261,7 +261,7 @@ class _pyHypothesis: public _pyObject { protected: bool myIsAlgo, /*myIsLocal, */myIsWrapped, myIsConverted; - int myDim, /*myAdditionCmdNb*/; + int myDim/*, myAdditionCmdNb*/; _pyID myGeom, myMesh; TCollection_AsciiString myCreationMethod, myType; TColStd_SequenceOfAsciiString myArgs;