Browse Source

Bugfix in recent changes to GUIExperiment.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@4599 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 14 years ago
parent
commit
3ee7bb5651
  1. 2
      prism/src/userinterface/properties/GUIExperiment.java

2
prism/src/userinterface/properties/GUIExperiment.java

@ -267,7 +267,7 @@ public class GUIExperiment
}
// for simulation where "simultaneous property checking" is enabled...
else if (useSimulation && prism.getSettings().getBoolean(PrismSettings.SIMULATOR_SIMULTANEOUS)
if (useSimulation && prism.getSettings().getBoolean(PrismSettings.SIMULATOR_SIMULTANEOUS)
&& undefinedConstants.getNumPropertyIterations() > 1) {
try {
// TODO

Loading…
Cancel
Save