Skip to content
Snippets Groups Projects
Commit fb5d5ae2 authored by Peter W. Draper's avatar Peter W. Draper
Browse files

Report spart as inconsistent to avoid confusion with part

parent e20b26f5
No related branches found
No related tags found
No related merge requests found
......@@ -311,7 +311,7 @@ int checkCellhdxmax(const struct cell *c, int *depth) {
sp->x[2] < loc_min[2] || sp->x[2] >= loc_max[2]) {
message(
"Inconsistent part position p->x=[%e %e %e], c->loc=[%e %e %e] "
"Inconsistent spart position p->x=[%e %e %e], c->loc=[%e %e %e] "
"c->width=[%e %e %e]",
sp->x[0], sp->x[1], sp->x[2], c->loc[0], c->loc[1], c->loc[2],
c->width[0], c->width[1], c->width[2]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment