From 5366dfb9362eaee013febb6d742694401ec721aa Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <pedro.gonnet@durham.ac.uk> Date: Thu, 16 May 2013 20:12:39 +0000 Subject: [PATCH] forgot some debugging code. Former-commit-id: dd3a6877f4e3ae6b86f61268d7dfad4c4b4183bc --- src/space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/space.c b/src/space.c index 8320753ceb..43c6490213 100644 --- a/src/space.c +++ b/src/space.c @@ -377,7 +377,7 @@ void space_rebuild ( struct space *s , double cell_max ) { /* Do we need to re-build the upper-level cells? */ // tic = getticks(); - if ( 1 || s->cells == NULL || + if ( s->cells == NULL || cdim[0] < s->cdim[0] || cdim[1] < s->cdim[1] || cdim[2] < s->cdim[2] ) { /* Free the old cells, if they were allocated. */ -- GitLab