Browse Source

Comment fix.

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

2
prism/src/prism/PrismCL.java

@ -189,7 +189,7 @@ public class PrismCL
modulesFile.setUndefinedConstants(definedMFConstants);
} catch (PrismException e) {
// in case of error, report it, store as result for any properties, and go on to the next model
// (should never happen)
// (might happen for example if overflow or another numerical problem is detected at this stage)
error(e.getMessage());
try {
for (j = 0; j < numPropertiesToCheck; j++) {

Loading…
Cancel
Save