From ac003a0da5e5603dcb3735d807ee10a0521b9840 Mon Sep 17 00:00:00 2001 From: eap Date: Mon, 8 Oct 2012 09:17:18 +0000 Subject: [PATCH] 0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes Initialize myDoGroupOfBalls and myDoGroupOf0DElems in the constructor --- src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx index 9d1bf4adf..7ce94744b 100644 --- a/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx +++ b/src/DriverMED/DriverMED_W_SMESHDS_Mesh.cxx @@ -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, -- 2.39.2