Skip to content
Snippets Groups Projects
Commit fc82f075 authored by Pedro Gonnet's avatar Pedro Gonnet
Browse files

clean up debug counters.

parent 5df8732a
No related branches found
No related tags found
1 merge request!343Subset sorting
......@@ -63,9 +63,6 @@
#include "timers.h"
#include "timestep.h"
size_t runner_num_ghost_redos = 0;
size_t runner_num_things_are_bad = 0;
/* Import the density loop functions. */
#define FUNCTION density
#include "runner_doiact.h"
......
......@@ -29,9 +29,6 @@
/* Includes. */
#include "cache.h"
extern size_t runner_num_ghost_redos;
extern size_t runner_num_things_are_bad;
struct cell;
struct engine;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment