From: ptv Date: Mon, 3 Jul 2006 08:15:18 +0000 (+0000) Subject: initialise filed by default value. Problem noticed in Rational Purify X-Git-Tag: LAST_STABLE_VERSION_21_09_2006_ON_3_2_0~18 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=e45a4ad9e25f72865d468b5bfe467cfdfade8f93;p=modules%2Fsmesh.git initialise filed by default value. Problem noticed in Rational Purify --- diff --git a/src/SMESHDS/SMESHDS_GroupBase.cxx b/src/SMESHDS/SMESHDS_GroupBase.cxx index 52b21e168..e374b723b 100644 --- a/src/SMESHDS/SMESHDS_GroupBase.cxx +++ b/src/SMESHDS/SMESHDS_GroupBase.cxx @@ -41,7 +41,7 @@ SMESHDS_GroupBase::SMESHDS_GroupBase (const int theID, const SMESHDS_Mesh* theMesh, const SMDSAbs_ElementType theType): myID(theID), myMesh(theMesh), myType(theType), myStoreName(""), - myCurIndex(0), myCurID(-1) + myCurIndex(0), myCurID(-1), myColorGroup(0) { }