Skip to content

Commit

Permalink
change input vehicleFile for EventBasedAnalysis
Browse files Browse the repository at this point in the history
  • Loading branch information
rewertvsp committed Jan 5, 2024
1 parent 5bbad7c commit 0c46186
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public void runAnalysis() throws IOException {
//freight settings
FreightCarriersConfigGroup freightCarriersConfigGroup = ConfigUtils.addOrGetModule( config, FreightCarriersConfigGroup.class ) ;
freightCarriersConfigGroup.setCarriersFile( SIM_OUTPUT_PATH + "output_carriers.xml.gz");
freightCarriersConfigGroup.setCarriersVehicleTypesFile(SIM_OUTPUT_PATH + "output_allVehicles.xml.gz");
freightCarriersConfigGroup.setCarriersVehicleTypesFile(SIM_OUTPUT_PATH + "output_carriersVehicleTypes.xml.gz");

//Were to store the analysis output?
String analysisOutputDirectory = ANALYSIS_OUTPUT_PATH;
Expand Down

0 comments on commit 0c46186

Please sign in to comment.