Skip to content
Snippets Groups Projects
Commit 20ae3842 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Code now running with gparts

parent c0c0d0a0
No related branches found
No related tags found
2 merge requests!136Master,!116Basic implementation of gparts
......@@ -427,6 +427,7 @@ int main(int argc, char *argv[]) {
message("highest-level cell dimensions are [ %i %i %i ].", s.cdim[0],
s.cdim[1], s.cdim[2]);
message("%zi parts in %i cells.", s.nr_parts, s.tot_cells);
message("%zi gparts in %i cells.", s.nr_gparts, s.tot_cells);
message("maximum depth is %d.", s.maxdepth);
// message( "cutoffs in [ %g %g ]." , s.h_min , s.h_max ); fflush(stdout);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment