Skip to content

Commit

Permalink
mito fabilutScenarios-v1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nkuehnel committed Jul 10, 2019
1 parent 3ee28d6 commit 841eba3
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ private void configMatsim() {
matsimConfig.qsim().setFlowCapFactor(SILO_SAMPLING_RATE * Double.parseDouble(Resources.INSTANCE.getString(Properties.TRIP_SCALING_FACTOR)));
matsimConfig.qsim().setStorageCapFactor(SILO_SAMPLING_RATE * Double.parseDouble(Resources.INSTANCE.getString(Properties.TRIP_SCALING_FACTOR)));


String[] networkModes = Resources.INSTANCE.getArray(Properties.MATSIM_NETWORK_MODES, new String[]{"autoDriver"});
Set<String> networkModesSet = new HashSet<>();

Expand Down

0 comments on commit 841eba3

Please sign in to comment.