Skip to content

Commit

Permalink
revert changing the default access egress type
Browse files Browse the repository at this point in the history
  • Loading branch information
paulheinr committed Jul 3, 2024
1 parent bd6a5fc commit 0649405
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ public enum AccessEgressType {
}

private static final String ACCESSEGRESSTYPE = "accessEgressType";
private static final String ACCESSEGRESSTYPE_CMT = "Defines how access and egress to main mode is simulated. Either of [none, accessEgressModeToLink, walkConstantTimeToLink, accessEgressModeToLinkPlusTimeConstant], Current default=accessEgressModeToLink which means walk over euclidean distance from nearest point on link to facility is simulated.";
private AccessEgressType accessEgressType = AccessEgressType.accessEgressModeToLink;
private static final String ACCESSEGRESSTYPE_CMT = "Defines how access and egress to main mode is simulated. Either of [none, accessEgressModeToLink, walkConstantTimeToLink, accessEgressModeToLinkPlusTimeConstant], Current default=none which means no access or egress trips are simulated.";
private AccessEgressType accessEgressType = AccessEgressType.none;

// ---
private static final String RANDOMNESS = "routingRandomness" ;
Expand Down

0 comments on commit 0649405

Please sign in to comment.