Skip to content
Snippets Groups Projects
Commit eca88917 authored by ThibautDemare's avatar ThibautDemare
Browse files

Update to a warning message instead of error

parent 7a967ff5
Branches
Tags
No related merge requests found
......@@ -319,7 +319,7 @@ species FinalConsignee { // Used to be called FinalDestinationManager with assoc
i <- i + 1;
}
if(i > 2 ){
write "Error: not enough neighbors. i = "+i;
write "Warning: not enough neighbors. Multiply distance per "+i+" to find neighbor(s)";
}
}
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment