Skip to content

Commit

Permalink
add person money reward
Browse files Browse the repository at this point in the history
  • Loading branch information
GregorRyb committed Jul 20, 2023
1 parent f40bf60 commit 85a83be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/org/matsim/run/RunBerlinWithMobBudget.java
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@ public static void addMobilityBudgetHandler(Controler controler, MobilityBudgetE
public void install() {
addEventHandlerBinding().toInstance(mobilityBudgetEventHandler);
addControlerListenerBinding().toInstance(mobilityBudgetEventHandler);
new PersonMoneyEventsAnalysisModule();
}
});
}
Expand Down

0 comments on commit 85a83be

Please sign in to comment.