Browse Source

Changed default auto-parameter for simulator to "approx".

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@94 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 19 years ago
parent
commit
ea8776eb40
  1. 2
      prism/src/userinterface/SimulationInformation.java

2
prism/src/userinterface/SimulationInformation.java

@ -51,7 +51,7 @@ public class SimulationInformation
this.noIterations = noIterations; this.noIterations = noIterations;
this.maxPathLength = maxPathLength; this.maxPathLength = maxPathLength;
this.autoIndex = 0;
this.autoIndex = 1;
this.distributed = false; this.distributed = false;
} }

Loading…
Cancel
Save