From: eap Date: Thu, 7 Jul 2011 14:23:09 +0000 (+0000) Subject: 0021014: EDF 1583 SMESH: Improvement of the Python Dumpfor the creation of groups X-Git-Tag: V6_4_0a1~161 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=41cf70d768af4d559c342b94d1c43df4b58f56f0;p=modules%2Fsmesh.git 0021014: EDF 1583 SMESH: Improvement of the Python Dumpfor the creation of groups improve comment of getFunctNames() --- diff --git a/src/SMESH_I/SMESH_Filter_i.cxx b/src/SMESH_I/SMESH_Filter_i.cxx index b7c9c8ffb..948222daf 100644 --- a/src/SMESH_I/SMESH_Filter_i.cxx +++ b/src/SMESH_I/SMESH_Filter_i.cxx @@ -3770,6 +3770,7 @@ static const char** getFunctNames() static const char* functName[ SMESH::FT_Undefined + 1 ] = { // If this line doesn't compile, this means that enum FunctorType has changed and // it's necessary to update this array accordingly (refer to SMESH_Filter.idl) + // The order is IMPORTANT !!! "FT_AspectRatio", "FT_AspectRatio3D", "FT_Warping", "FT_MinimumAngle", "FT_Taper", "FT_Skew", "FT_Area", "FT_Volume3D", "FT_MaxElementLength2D", "FT_MaxElementLength3D", "FT_FreeBorders", "FT_FreeEdges", "FT_FreeNodes",