Skip to content
Snippets Groups Projects
Commit acde8f93 authored by Katerina Chatziioannou's avatar Katerina Chatziioannou
Browse files

initialize resumeflag

parent d7317427
No related branches found
No related tags found
1 merge request!11Master
......@@ -694,6 +694,8 @@ void initialize_data(struct Data *data, double **s, int N, int tsize, double Tob
data->ifos = malloc(NI*sizeof(char *));
for(i=0; i<NI; i++) data->ifos[i] = malloc(4*sizeof(char));
data->resumeFlag = 0; //set this to 0 by default, will be set to 1 later if the run is resuming from a checkpoint
}
void initialize_model(struct Model *model, struct Data *data, struct Prior *prior, double **psd, gsl_rng *seed)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment