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

adjust test.c for changes in previous commit.

Former-commit-id: ec5a7913733ec5e8223a6d3985298e6380e2c543
parent 74d139ec
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment