Browse Source

Code tidy.

accumulation-v4.7
Dave Parker 7 years ago
parent
commit
b156e146df
  1. 2
      prism/src/explicit/ConstructModel.java

2
prism/src/explicit/ConstructModel.java

@ -68,7 +68,7 @@ public class ConstructModel extends PrismComponent
/** Should actions be attached to distributions (and used to distinguish them)? */
protected boolean distinguishActions = true;
/** Should labels be processed and attached to the model? */
protected boolean attachLabels = true;
protected boolean attachLabels = true;
// Details of built model:

Loading…
Cancel
Save