From e86b832f781bc7115e8fc208b75cf2f99c476be2 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 7 Dec 2006 06:42:12 +0000 Subject: [PATCH] PAL13473 (Build repetitive mesh): fix compilation pb on RedHat and DebianSarge --- src/SMESH_I/SMESH_2smeshpy.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.2