From 591873dcdd13ef184352891f35ff083e7855da9a Mon Sep 17 00:00:00 2001 From: Stefen Guzik <guzik2@llnl.gov> Date: Tue, 15 Jul 2008 01:46:40 +0000 Subject: [PATCH] Addes MSH_NUM_TYPE - number of MSH element types --- Common/GmshDefines.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index 57bbd35d5f..1f8031462f 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -72,6 +72,8 @@ #define MSH_TET_34 32 #define MSH_TET_52 33 +#define MSH_NUM_TYPE 33 + // Geometric entities #define ENT_NONE 0 #define ENT_POINT (1<<0) -- GitLab