Skip to content

Commit

Permalink
chore: renamed writeTimeInterval attribute to writeTravelTimesInterval
Browse files Browse the repository at this point in the history
  • Loading branch information
Tarek Chouaki committed Dec 4, 2024
1 parent 3513c66 commit 5c28c04
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class VDFConfigGroup extends ReflectiveConfigGroup {
static private final String UPDATE_AREA_SHAPEFILE = "updateAreaShapefile";
static private final String WRITE_INTERVAL = "writeInterval";
static private final String WRITE_FLOW_INTERVAL = "writeFlowInterval";
static private final String WRITE_TRAVEL_TIMES_INTERVAL = "writeTimeInterval";
static private final String WRITE_TRAVEL_TIMES_INTERVAL = "writeTravelTimesInterval";

private double startTime = 0.0 * 3600.0;
private double endTime = 24.0 * 3600.0;
Expand Down

0 comments on commit 5c28c04

Please sign in to comment.