mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-05 00:24:17 +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),
|
||||
myDoGroupOfEdges (false),
|
||||
myDoGroupOfFaces (false),
|
||||
myDoGroupOfVolumes (false)
|
||||
myDoGroupOfVolumes (false),
|
||||
myDoGroupOf0DElems(false),
|
||||
myDoGroupOfBalls(false)
|
||||
{}
|
||||
|
||||
void DriverMED_W_SMESHDS_Mesh::SetFile(const std::string& theFileName,
|
||||
|
Loading…
Reference in New Issue
Block a user