00001 //************************************************************************************// 00002 // Module : gdd_file.h 00003 // Date : 9/9/02 (DLR) 00004 // Copyright : 2002-2006 Copyright University Corporation for Atmospheric 00005 // Research 00006 // Description : Provides global data definitions for mesh preprocessing 00007 // Derived From : none. 00008 // Modifications: 00009 //************************************************************************************// 00010 #if !defined(GDD_FILE_H) 00011 #define GDD_FILE_H 00012 00013 00014 #if !defined(FILE_TYPE_DEF) 00015 #define FILE_TYPE_DEF 00016 enum GDD_FILE_TYPE {FT_BYPROC, FT_BYELEM}; 00017 #endif 00018 00019 #endif 00020 00021 00022 00023 00024