Browse Source

PrismCL: -exportsteadystates implies -steadystate

If we are asked to export the steady-state probs, it makes sense to
compute them without being asked separately.
master
Joachim Klein 8 years ago
parent
commit
790fe05624
  1. 2
      prism/src/prism/PrismCL.java

2
prism/src/prism/PrismCL.java

@ -1463,6 +1463,8 @@ public class PrismCL implements PrismModelListener
} else {
errorAndExit("No file specified for -" + sw + " switch");
}
// if we are asked to export the steady-state probs, we should compute them
steadystate = true;
}
// export transient probs (as opposed to displaying on screen)
else if (sw.equals("exporttransient") || sw.equals("exporttr")) {

Loading…
Cancel
Save