Salome HOME
initialise filed by default value. Problem noticed in Rational Purify
authorptv <ptv@opencascade.com>
Mon, 3 Jul 2006 08:15:18 +0000 (08:15 +0000)
committerptv <ptv@opencascade.com>
Mon, 3 Jul 2006 08:15:18 +0000 (08:15 +0000)
src/SMESHDS/SMESHDS_GroupBase.cxx

index 52b21e168e21262a413d0dc3fb1b07dfd90f2e2c..e374b723bdb5024fb167b22c2618da8877ae3309 100644 (file)
@@ -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)
 {
 }