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

Forget to specify the stepOrderMade when creating a commodity by a provider

parent 78a856b7
Branches
Tags
No related merge requests found
......@@ -79,6 +79,7 @@ species Provider parent: RestockingBuilding {
commodity.stock <- sendedStock[0];
commodity.volume <- sendedStock[0].quantity;
commodity.finalDestination <- order.building;
commodity.stepOrderMade <- order.stepOrderMade;
ask forwardingAgent {
commodity.paths <- compute_shortest_path(myself, order.building, order.strategy, commodity);//'financial_costs'//travel_time
}
......
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