Merge pull request #1823 from SiboVG/issue-1817
[#1817] Create zero-argument constructor for StopSimulationListener
This commit is contained in:
commit
a5b99d8f36
@ -23,6 +23,10 @@ public class StopSimulationListener extends AbstractSimulationListener {
|
|||||||
private long startTime = -1;
|
private long startTime = -1;
|
||||||
private long time = -1;
|
private long time = -1;
|
||||||
|
|
||||||
|
public StopSimulationListener() {
|
||||||
|
this(0, 0);
|
||||||
|
}
|
||||||
|
|
||||||
public StopSimulationListener(double t, int n) {
|
public StopSimulationListener(double t, int n) {
|
||||||
stopTime = t;
|
stopTime = t;
|
||||||
stopStep = n;
|
stopStep = n;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user