Skip to content
Snippets Groups Projects
Commit e1eea89c authored by William Roper's avatar William Roper
Browse files

Fixing error text

parent 1f6e03d0
No related branches found
No related tags found
No related merge requests found
......@@ -898,8 +898,8 @@ void runner_do_end_grav_force(struct runner *r, struct cell *c, int timer) {
"gravitationally with all other gparts "
"gp->num_interacted=%lld, total_gparts=%lld (local "
"num_gparts=%zd inhibited_gparts=%lld, "
"(total-gp->num_interacted)=%lld, c->type=%s, c->subtype=%s, "
"c->depth=%d)",
"(total_gparts - num_interacted)=%lld, c->type=%s, "
"c->subtype=%s, c->depth=%d)",
my_id, part_type_names[gp->type], gp->num_interacted,
e->total_nr_gparts, e->s->nr_gparts, e->count_inhibited_gparts,
e->total_nr_gparts - gp->num_interacted, cellID_names[c->type],
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment