Browse Source

Comment fix.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@7576 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 12 years ago
parent
commit
2f45f8c56b
  1. 1
      prism/src/explicit/DTMCModelChecker.java

1
prism/src/explicit/DTMCModelChecker.java

@ -573,7 +573,6 @@ public class DTMCModelChecker extends ProbModelChecker
* Build a probability distribution, stored as a StateValues object, * Build a probability distribution, stored as a StateValues object,
* from the initial states info of the current model: either probability 1 for * from the initial states info of the current model: either probability 1 for
* the (single) initial state or equiprobable over multiple initial states. * the (single) initial state or equiprobable over multiple initial states.
* The type of storage (MTBDD or double vector) matches the current engine.
*/ */
public StateValues buildInitialDistribution(Model model) throws PrismException public StateValues buildInitialDistribution(Model model) throws PrismException
{ {

Loading…
Cancel
Save