From: eap Date: Thu, 1 Sep 2011 10:05:28 +0000 (+0000) Subject: 0021314: [CEA 490] Driver GIBI with medloader / medcoupling X-Git-Tag: V6_main_FINAL~963 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=271a05989465d01d79300f203ef9ce10a961a409;p=tools%2Fmedcoupling.git 0021314: [CEA 490] Driver GIBI with medloader / medcoupling add an item giving the max values of NormalizedCellType + NORM_MAXTYPE = 31 // = NORM_POLYHED --- diff --git a/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx b/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx index 5f11ae19c..1a8101da6 100644 --- a/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx +++ b/src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx @@ -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