From fbe73986dabfaa1c4ade84c04b05cedd1e339d8e Mon Sep 17 00:00:00 2001 From: Stefen Guzik <guzik2@llnl.gov> Date: Tue, 21 Nov 2006 07:56:50 +0000 Subject: [PATCH] added FORMAT_CGNS --- Common/GmshDefines.h | 1 + 1 file changed, 1 insertion(+) diff --git a/Common/GmshDefines.h b/Common/GmshDefines.h index 9aad931e4b..45be8448b9 100644 --- a/Common/GmshDefines.h +++ b/Common/GmshDefines.h @@ -29,6 +29,7 @@ #define FORMAT_SVG 29 #define FORMAT_MESH 30 #define FORMAT_BDF 31 +#define FORMAT_CGNS 32 // Element types in .msh file format #define MSH_LIN_2 1 -- GitLab