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

Now, print the network type of the vehicle in the logs output

parent 306273f8
Branches
Tags
No related merge requests found
......@@ -48,6 +48,7 @@ species Vehicle skills:[MovingOnNetwork] {
write "\tDeparture date : "+departureDate;
write "\tcurrent_date : "+current_date;
write "\tscheduledCommodities[0] : "+scheduledCommodities[0];
write "\tnetworkType : "+networkType;
do die;// There are no commodities to transport. No need to move, the scheduled commodities will have to register another vehicle
}
readyToMove <- true;
......
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