From 2d072e49d1b20c498d35008a34135e81d9536762 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 26 May 2011 16:25:30 +0000 Subject: [PATCH] 0021274: EDF 1872 SMESH: Save in hdf files loses 0D elements in a group + const long Tag_0DElementsGroups = 15; --- idl/SMESH_Gen.idl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/idl/SMESH_Gen.idl b/idl/SMESH_Gen.idl index 06f319445..d335df54a 100644 --- a/idl/SMESH_Gen.idl +++ b/idl/SMESH_Gen.idl @@ -70,7 +70,8 @@ module SMESH const long Tag_EdgeGroups = 12; const long Tag_FaceGroups = 13; const long Tag_VolumeGroups = 14; - const long Tag_LastGroup = 14; + const long Tag_0DElementsGroups = 15; + const long Tag_LastGroup = 15; /*! * Hypothesis definintion error -- 2.39.2