Salome HOME
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
authoreap <eap@opencascade.com>
Mon, 8 Oct 2012 09:17:18 +0000 (09:17 +0000)
committereap <eap@opencascade.com>
Mon, 8 Oct 2012 09:17:18 +0000 (09:17 +0000)
  Initialize myDoGroupOfBalls and myDoGroupOf0DElems in the constructor

src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx

index 9d1bf4adf7461c8b7c0c4482b1013f5bb82bb133..7ce94744beafead58cbc73c3d9b0bd384d847cf6 100644 (file)
@@ -50,7 +50,9 @@ DriverMED_W_SMESHDS_Mesh::DriverMED_W_SMESHDS_Mesh():
   myDoGroupOfNodes (false),
   myDoGroupOfEdges (false),
   myDoGroupOfFaces (false),
-  myDoGroupOfVolumes (false)
+  myDoGroupOfVolumes (false),
+  myDoGroupOf0DElems(false),
+  myDoGroupOfBalls(false)
 {}
 
 void DriverMED_W_SMESHDS_Mesh::SetFile(const std::string& theFileName,