Browse Source

Code tidy.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@2196 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 15 years ago
parent
commit
c19b257e70
  1. 2
      prism/src/prism/PrismCL.java

2
prism/src/prism/PrismCL.java

@ -262,7 +262,7 @@ public class PrismCL
if (simulate)
doBuild = false;
// No need if doing PTA model checking...
// (NB: PTA digital clocks excluded - has already been reduced to an MDP)
// (even if needed for digital clocks, will be done later)
if (modulesFile.getModelType() == ModelType.PTA)
doBuild = false;

Loading…
Cancel
Save