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