Skip to content

Commit

Permalink
bump to PR3444 + add constructor incl config
Browse files Browse the repository at this point in the history
  • Loading branch information
simei94 committed Sep 4, 2024
1 parent c1c4428 commit d4570eb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!--<version>14.0-PR1452</version>-->

<!-- snapshot == not recommended: rather use PR-labelled release!-->
<version>2025.0-PR3434</version>
<version>2025.0-PR3444</version>
</parent>


Expand Down
4 changes: 4 additions & 0 deletions src/main/java/org/matsim/run/RunLausitzPtScenario.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@
*/
public class RunLausitzPtScenario extends MATSimApplication {

public RunLausitzPtScenario(@Nullable Config config) {
super(config);
}

private final LausitzScenario baseScenario = new LausitzScenario();

public RunLausitzPtScenario() {
Expand Down

0 comments on commit d4570eb

Please sign in to comment.