Skip to content

Commit

Permalink
update configurator
Browse files Browse the repository at this point in the history
  • Loading branch information
sebhoerl committed Oct 3, 2024
1 parent a08a8bf commit a85e04f
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,9 @@ public EqasimConfigurator() {
new DiscreteModeChoiceModule(), //
new EqasimComponentsModule(), //
new EpsilonModule(), //
new EqasimRaptorModule(),
new EqasimModeChoiceModule() //
new EqasimRaptorModule(), //
new EqasimModeChoiceModule(), //
new EqasimTrafficModule() //
));

qsimModules.addAll(Arrays.asList( //
Expand Down

0 comments on commit a85e04f

Please sign in to comment.