From 3b0eb44d6158068a63c6eb1b59ba74120a52878e Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <pedro.gonnet@durham.ac.uk> Date: Wed, 3 Apr 2013 12:02:59 +0000 Subject: [PATCH] adjust test.c for changes in previous commit. Former-commit-id: ec5a7913733ec5e8223a6d3985298e6380e2c543 --- examples/test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/test.c b/examples/test.c index 31de55cdc7..61ffcf76b2 100644 --- a/examples/test.c +++ b/examples/test.c @@ -832,7 +832,7 @@ int main ( int argc , char *argv[] ) { printf( "main: highest-level cell dimensions are [ %i %i %i ].\n" , s.cdim[0] , s.cdim[1] , s.cdim[2] ); printf( "main: %i parts in %i cells.\n" , s.nr_parts , s.tot_cells ); printf( "main: maximum depth is %d.\n" , s.maxdepth ); - printf( "main: cutoffs in [ %g %g ].\n" , s.h_min , s.h_max ); fflush(stdout); + // printf( "main: cutoffs in [ %g %g ].\n" , s.h_min , s.h_max ); fflush(stdout); /* Verify that each particle is in it's propper cell. */ icount = 0; -- GitLab