Browse Source

Typos.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@1894 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 16 years ago
parent
commit
3829cb6247
  1. 4
      prism/src/pta/PTAModelChecker.java

4
prism/src/pta/PTAModelChecker.java

@ -76,7 +76,7 @@ public class PTAModelChecker
labelList = propertiesFile.getCombinedLabelList();
labelList = (LabelList) labelList.replaceConstants(constantValues);
// Build Mapping from all (original model) variables to non-clocks only
// Build mapping from all (original model) variables to non-clocks only
int numVars = modulesFile.getNumVars();
nonClockVarMap = new int[numVars];
int count = 0;
@ -142,7 +142,7 @@ public class PTAModelChecker
else if (expr instanceof ExpressionReward)
res = checkExpressionReward((ExpressionReward) expr);
else
throw new PrismException("PTA model checking supported for this operator");
throw new PrismException("PTA model checking not supported for this operator");
return res;
}

Loading…
Cancel
Save