JacobiHPC/config/config.h

12 lines
201 B
C
Raw Normal View History

2016-11-12 15:38:02 +01:00
typedef struct configuration {
int n;
double north;
double east;
double south;
double west;
double init_value;
double threshold;
} configuration;
int load_config(configuration *config);