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

added (temporary) debug fields to threading structs

parent b31304c3
No related branches found
No related tags found
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