mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-02-11 14:03:08 +05:00
0021274: EDF 1872 SMESH: Save in hdf files loses 0D elements in a group
+ const long Tag_0DElementsGroups = 15;
This commit is contained in:
parent
2541f0a92a
commit
2d072e49d1
@ -70,7 +70,8 @@ module SMESH
|
|||||||
const long Tag_EdgeGroups = 12;
|
const long Tag_EdgeGroups = 12;
|
||||||
const long Tag_FaceGroups = 13;
|
const long Tag_FaceGroups = 13;
|
||||||
const long Tag_VolumeGroups = 14;
|
const long Tag_VolumeGroups = 14;
|
||||||
const long Tag_LastGroup = 14;
|
const long Tag_0DElementsGroups = 15;
|
||||||
|
const long Tag_LastGroup = 15;
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
* Hypothesis definintion error
|
* Hypothesis definintion error
|
||||||
|
Loading…
Reference in New Issue
Block a user