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

Debug: that line appeared twice but should not

parent 24b47721
Branches
Tags
No related merge requests found
...@@ -111,9 +111,6 @@ global { ...@@ -111,9 +111,6 @@ global {
// Providers // Providers
create Provider from: provider_shapefile with: [port::read("Port") as string]; create Provider from: provider_shapefile with: [port::read("Port") as string];
// Warehouses
create Warehouse from: warehouse_shapefile returns: lw with: [totalSurface::read("surface") as float];
// Transporters // Transporters
create RoadTransporter number:1; create RoadTransporter number:1;
......
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