TheBoussinesqModel  3.2.1
 All Data Structures Files Functions Variables Typedefs Macros Pages
b_sources.h
Go to the documentation of this file.
1 
27 typedef struct {
30 } S_TIMES;
31 
32 
33 S_TIMES *get_s_times(char *filename,short print);
34 void free_s_times(S_TIMES* s_t);
35 
36 int get_sources(double t,DOUBLEVECTOR *sources);