0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes

Initialize myDoGroupOfBalls and myDoGroupOf0DElems in the constructor
This commit is contained in:
eap 2012-10-08 09:17:18 +00:00
parent 92d9bb8988
commit ac003a0da5

View 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,