From 271a05989465d01d79300f203ef9ce10a961a409 Mon Sep 17 00:00:00 2001 From: eap Date: Thu, 1 Sep 2011 10:05:28 +0000 Subject: [PATCH] 0021314: [CEA 490] Driver GIBI with medloader / medcoupling add an item giving the max values of NormalizedCellType + NORM_MAXTYPE = 31 // = NORM_POLYHED --- src/INTERP_KERNEL/Bases/NormalizedUnstructuredMesh.hxx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.39.2