Skip to content
Snippets Groups Projects
Commit fac5a0fd authored by Andreas Gattringer's avatar Andreas Gattringer
Browse files

added (temporary) debug fields to threading structs

parent 357f2bc6
Branches
Tags
No related merge requests found
......@@ -50,6 +50,9 @@ struct cats_thread_info {
struct cats_configuration *conf;
gsl_rng *rng;
unsigned int rng_seed;
int64_t temp;
int64_t temp1;
int64_t temp2;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment