From f87d89ccb028e453f419b8157984a509d0e21bca Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Fri, 27 May 2011 06:37:37 +0000 Subject: [PATCH] fix MSH_NUM_TYPES --- Common/GmshDefines.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index b5b3c6a6fe..4325ce96d0 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -164,7 +164,7 @@ #define MSH_HEX_386 104 #define MSH_HEX_488 105 -#define MSH_NUM_TYPE 92 +#define MSH_NUM_TYPE 105 // Geometric entities #define ENT_NONE 0 -- GitLab