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

Better error message in the part linking check.

parent b6aea014
Branches
Tags
1 merge request!884Support for multiple softening lengths in the gravity solver
......@@ -194,7 +194,7 @@ void part_verify_links(struct part *parts, struct gpart *gparts,
/* Check that it's not linked */
if (gparts[k].id_or_neg_offset <= 0)
error("DM gpart particle linked to something !");
error("Background DM gpart particle linked to something !");
}
/* We have a gas particle */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment