Browse Source

Removing accidental part of last commit.

git-svn-id: https://www.prismmodelchecker.org/svn/prism/prism/trunk@3135 bbc10eb1-c90d-0410-af57-cb519fbb1720
master
Dave Parker 15 years ago
parent
commit
c87aa97ade
  1. 2
      prism/src/explicit/ConstructModel.java

2
prism/src/explicit/ConstructModel.java

@ -106,7 +106,7 @@ public class ConstructModel
boolean fixdl = false; boolean fixdl = false;
// For now, don't use sparse (so can use actions) (TODO: fix) // For now, don't use sparse (so can use actions) (TODO: fix)
//buildSparse = false;
buildSparse = false;
// Don't support multiple initial states // Don't support multiple initial states
if (modulesFile.getInitialStates() != null) { if (modulesFile.getInitialStates() != null) {

Loading…
Cancel
Save