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

renamed debug variables

parent f5a7fa10
No related branches found
No related tags found
No related merge requests found
......@@ -50,9 +50,9 @@ initialize_thread(struct cats_thread_info *thread, struct cats_grid *grid, struc
zero_statistics_stats(&thread->stats[i]);
}
thread->temp_adults_present = 0;
thread->temp1 = 0;
thread->temp2 = 0;
thread->rw_debug_cells_with_adults = 0;
thread->rw_debug_random_walks = 0;
thread->rw_debug_deposits = 0;
thread->seed = get_random_seed(false);
for (int i = 0; i < 4; i++) {
......
......@@ -50,9 +50,9 @@ struct cats_thread_info {
struct cats_configuration *conf;
gsl_rng *rng;
unsigned int rng_seed;
int64_t temp_adults_present;
int64_t temp1;
int64_t temp2;
int64_t rw_debug_cells_with_adults;
int64_t rw_debug_random_walks;
int64_t rw_debug_deposits;
char *rng_state_buffer;
int32_t rng_buf_size;
struct random_data *rng_state;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment