]> SALOME platform Git repositories - tools/medcoupling.git/commitdiff
Salome HOME
0021314: [CEA 490] Driver GIBI with medloader / medcoupling
authoreap <eap@opencascade.com>
Thu, 1 Sep 2011 10:05:28 +0000 (10:05 +0000)
committereap <eap@opencascade.com>
Thu, 1 Sep 2011 10:05:28 +0000 (10:05 +0000)
  add an item giving the max values of NormalizedCellType
+      NORM_MAXTYPE = 31 // = NORM_POLYHED

src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx

index 5f11ae19c18a27126dc531deb42b534444f8f8c4..1a8101da6008671e43c6520ed560869af28e70ce 100644 (file)
@@ -50,7 +50,8 @@ namespace INTERP_KERNEL
       NORM_PENTA15 = 25,
       NORM_HEXA20  = 30,
       NORM_POLYHED = 31,
-      NORM_ERROR   = 40
+      NORM_ERROR   = 40,
+      NORM_MAXTYPE = 31 // = NORM_POLYHED
     } NormalizedCellType;
 
   class GenericMesh