Browse Source

Typo in output.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@10889 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 10 years ago
parent
commit
b35a8d1553
  1. 4
      prism/src/prism/MultiObjModelChecker.java

4
prism/src/prism/MultiObjModelChecker.java

@ -757,7 +757,7 @@ public class MultiObjModelChecker extends PrismComponent
// Determine whether we are using Gauss-Seidel value iteration
boolean useGS = (settings.getChoice(PrismSettings.PRISM_MDP_SOLN_METHOD) == Prism.MDP_MULTI_GAUSSSEIDEL);
if (opsAndBounds.numberOfStepBounded() > 0) {
mainLog.println("Not using Guass-Seidel since there are step-bounded objectives");
mainLog.println("Not using Gauss-Seidel since there are step-bounded objectives");
useGS = false;
}
@ -1007,7 +1007,7 @@ public class MultiObjModelChecker extends PrismComponent
// Determine whether we are using Gauss-Seidel value iteration
boolean useGS = (settings.getChoice(PrismSettings.PRISM_MDP_SOLN_METHOD) == Prism.MDP_MULTI_GAUSSSEIDEL);
if (opsAndBounds.numberOfStepBounded() > 0) {
mainLog.println("Not using Guass-Seidel since there are step-bounded objectives");
mainLog.println("Not using Gauss-Seidel since there are step-bounded objectives");
useGS = false;
}

Loading…
Cancel
Save