00001 00009 #ifndef RETURN_MEX_ARGUMENTS_H_DEF 00010 #define RETURN_MEX_ARGUMENTS_H_DEF 00011 00012 #include "math.h" 00013 #include "mex.h" 00014 #include "string.h" 00015 00016 00018 00025 void store_state(double time, N_Vector state_at_t); 00026 00027 00029 00038 void return_args(int nlhs, mxArray *plhs[], int nrhs, const mxArray *prhs[], ODE_data *f_dat); 00039 00040 00041 #endif
1.4.6-NO