00001 /* 00002 Last changed Time-stamp: <2005-10-26 17:03:39 raim> 00003 $Id: odemodeldatatype.h,v 1.5 2005/10/26 15:03:49 raimc Exp $ 00004 */ 00005 00006 #ifndef _ODEMODELDATATYPE_H_ 00007 #define _ODEMODELDATATYPE_H_ 00008 00009 #ifdef __cplusplus 00010 extern "C" { 00011 #endif 00012 00013 typedef struct odeModel odeModel_t; 00014 00015 #ifdef __cplusplus 00016 } 00017 #endif 00018 00019 #endif 00020 /* _ODEMODELDATATYPE_H_ */ 00021