Skip to content

Commit

Permalink
changed config.xml other_ param
Browse files Browse the repository at this point in the history
  • Loading branch information
tnoud committed Dec 4, 2023
1 parent 370ef46 commit 4dda71e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/java/org/matsim/project/RunMatsim.java
Original file line number Diff line number Diff line change
Expand Up @@ -329,6 +329,10 @@ public void install() {
ap.setOpeningTime(8. * 3600);
ap.setClosingTime(22. * 3600);
config.planCalcScore().addActivityParams(ap);

ap = new ActivityParams("other_" + ii);
ap.setTypicalDuration(ii);
config.planCalcScore().addActivityParams(ap);
}
adaptPTVehicleSize(controler.getScenario().getTransitVehicles(), scalefactor);

Expand Down

0 comments on commit 4dda71e

Please sign in to comment.