Skip to content

Commit

Permalink
update makefile and dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rakow committed Jul 8, 2023
1 parent 6943b57 commit 940754b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ $p/berlin-commercialPersonTraffic-$V-25pct.plans.xml.gz:
--landuseShapeFileName $(berlin)/input/shp/berlinBrandenburg_landuse_4326.shp\
--shapeCRS "EPSG:4326"\
--resistanceFactor "0.005"\
--numberOfPlanVariantsPerAgent 5\
--nameOutputPopulation $(notdir $@)\
--pathOutput output/commercialPersonTraffic

Expand All @@ -231,6 +232,7 @@ $p/berlin-goodsTraffic-$V-25pct.plans.xml.gz:
--landuseShapeFileName $(berlin)/input/shp/berlinBrandenburg_landuse_4326.shp\
--shapeCRS "EPSG:4326"\
--resistanceFactor "0.005"\
--numberOfPlanVariantsPerAgent 5\
--nameOutputPopulation $(notdir $@)\
--pathOutput output/goodsTraffic

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@
<artifactId>matsim-all</artifactId>

<!-- PR-labelled release -->
<!-- <version>16.0-PR2680</version>-->
<version>16.0-PR2682</version>

<!-- snapshot == not recommended: rather use PR-labelled release!-->
<version>16.0-SNAPSHOT</version>
<!-- <version>16.0-SNAPSHOT</version>-->
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down

0 comments on commit 940754b

Please sign in to comment.