gpp4 1.3.1
|
00001 /* 00002 cmaplib_f.h: header files for cmaplib_f.c 00003 Copyright (C) 2001 CCLRC, Charles Ballard 00004 00005 This library is free software: you can redistribute it and/or 00006 modify it under the terms of the GNU Lesser General Public 00007 License as published by the Free Software Foundation, either 00008 version 3 of the License, or (at your option) any later version. 00009 00010 This library is distributed in the hope that it will be useful, 00011 but WITHOUT ANY WARRANTY; without even the implied warranty of 00012 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00013 Lesser General Public License for more details. 00014 00015 You should have received a copy of the GNU Lesser General Public 00016 License along with This library. If not, see 00017 <http://www.gnu.org/licenses/>. 00018 00019 */ 00020 00028 #ifndef __GUARD_MAPLIB_FORTRAN 00029 #define __GUARD_MAPLIB_FORTRAN 00030 00031 #include "cmaplib.h" 00032 00033 #define MAXMAP MAXFILES 00034 00035 typedef struct _IOConvMap IOConvMap; 00036 00037 struct _IOConvMap { 00038 int ipc; 00039 char *logname; 00040 CMMFile *mapfile; 00041 }; 00042 00043 #endif /* __GUARD_MAPLIB_FORTRAN */ 00044 00045 /* 00046 Local variables: 00047 mode: font-lock 00048 End: 00049 */