Salome HOME
Merge branch 'abn/configuration'
[modules/med.git] / src / MEDCalc / MEDCalcConstants.hxx
index e9c72abbf40df5967bb247996d38ff6a2450610c..934ee38b0d864f3af76252b4408e63d6200b0c4d 100644 (file)
 #define IS_IN_WORKSPACE  "isInWorkspace"
 #define SOURCE_ID        "sourceId"
 #define MESH_ID          "meshId"
-//#define FIELD_SERIES_ID  "fieldSeriesId"
+#define FIELD_SERIES_ID  "fieldSeriesId"
 #define FIELD_ID         "fieldId"
 #define PRESENTATION_ID  "presentationId"
 #define IS_PRESENTATION  "isPresentation"
-
+#define PRESENTATION_TYPE  "presentationType"
 
 static const int NB_TYPE_OF_FIELDS = 4;
 static const char* mapTypeOfFieldLabel[NB_TYPE_OF_FIELDS] =
   {"ON_CELLS", "ON_NODES", "ON_GAUSS_PT", "ON_GAUSS_NE" };
+