D:/Basile/VisualCppProjects/hydroMEX3/hydroMEX3/hydro_source/return_mex_arguments.h

Go to the documentation of this file.
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

Generated on Fri Jun 9 19:10:21 2006 for hydroMex3 by  doxygen 1.4.6-NO