00001 #ifndef FUPERMOD_MODEL_PIECEWISE_H_ 00002 #define FUPERMOD_MODEL_PIECEWISE_H_ 00003 00004 #include "fupermod_model.h" 00005 00006 #ifdef __cplusplus 00007 extern "C" { 00008 #endif 00009 00011 typedef struct fupermod_model_piecewise { 00013 fupermod_model base; 00015 int count; 00017 double* d; 00019 double* s; 00020 } fupermod_model_piecewise; 00021 00022 #ifdef __cplusplus 00023 } 00024 #endif 00025 00026 #endif /* FUPERMOD_MODEL_PIECEWISE_H_ */