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

Typo in debug mode.

parent 589f956a
No related branches found
No related tags found
1 merge request!118One major change to replace all gpart id/parts with the new id_or_neg_offset.
......@@ -277,7 +277,7 @@ void engine_redistribute(struct engine *e) {
}
#ifdef SWIFT_DEBUG_CHECKS
if (s->parts[k].gpart->id_or_ned_offset >= 0)
if (s->parts[k].gpart->id_or_neg_offset >= 0)
error("Trying to link a partnerless gpart !");
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment