00001 #ifndef __MEMCGEAPARAMS_H__
00002 #define __MEMCGEAPARAMS_H__
00003
00004 #include "table_header.h"
00005
00006 #include "emcpar.h"
00007
00008 #include "dEmcGeaParams.h"
00009
00010 #include "dEmcGeometry.h"
00011
00012 #ifdef __cplusplus
00013 extern "C"
00014 {
00015 #endif
00016 long memcgeaparams_(
00017 TABLE_HEAD_ST*, EMCPAR_ST*,
00018 TABLE_HEAD_ST*, DEMCGEAPARAMS_ST*,
00019 TABLE_HEAD_ST*, DEMCGEOMETRY_ST*
00020 );
00021 #ifdef __cplusplus
00022 }
00023 #endif
00024 #define mEmcGeaParams_ memcgeaparams_
00025
00026 #endif