Streamer fluid modeling - An overview of ARCoS  1.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
parameters.h
Go to the documentation of this file.
1 
7 #include <stdio.h>
8 #include <stdlib.h>
9 #include <string.h>
10 #include <libconfig.h>
11 #include <stdbool.h>
12 
13 #ifndef _CSTREAM_H_
14 # include "cstream.h"
15 #endif
16 
17 #ifndef _RZ_ARRAY_H_
18 # include "rz_array.h"
19 #endif
20 
21 #ifndef _PARAMETERS_H_
22 
24 char* prog_id;
25 char* output_dir;
26 char* kin_input;
27 char* load_file;
29 
44 
62 
63 #define _PARAMETERS_H_
64 #endif