00001 00009 #ifndef RETURN_RESULTS_TO_FILE_H_DEF 00010 #define RETURN_RESULTS_TO_FILE_H_DEF 00011 00012 #include "math.h" 00013 #include "string.h" 00014 00015 00017 00024 void store_state_for_file(double time, N_Vector state_at_t); 00025 00027 00031 int write_results_to_file(); 00032 00033 00034 #endif
1.4.7