mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-10 04:33:07 +05:00
0021459: EDF 1495 SMESH: Manipulation of discrete elements with attributes
Initialize myDoGroupOfBalls and myDoGroupOf0DElems in the constructor
This commit is contained in:
parent
92d9bb8988
commit
ac003a0da5
@ -50,7 +50,9 @@ DriverMED_W_SMESHDS_Mesh::DriverMED_W_SMESHDS_Mesh():
|
|||||||
myDoGroupOfNodes (false),
|
myDoGroupOfNodes (false),
|
||||||
myDoGroupOfEdges (false),
|
myDoGroupOfEdges (false),
|
||||||
myDoGroupOfFaces (false),
|
myDoGroupOfFaces (false),
|
||||||
myDoGroupOfVolumes (false)
|
myDoGroupOfVolumes (false),
|
||||||
|
myDoGroupOf0DElems(false),
|
||||||
|
myDoGroupOfBalls(false)
|
||||||
{}
|
{}
|
||||||
|
|
||||||
void DriverMED_W_SMESHDS_Mesh::SetFile(const std::string& theFileName,
|
void DriverMED_W_SMESHDS_Mesh::SetFile(const std::string& theFileName,
|
||||||
|
Loading…
Reference in New Issue
Block a user