Changeset 8364
- Timestamp:
- 07/30/12 22:46:06 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/SubScopesCounter.cs
r8361 r8364 53 53 #region Backwards compatible code, remove with 3.4 54 54 if (!Parameters.ContainsKey("Accumulate")) 55 Parameters.Add(new ValueParameter<BoolValue>("Accumulate", " .", new BoolValue(true)));55 Parameters.Add(new ValueParameter<BoolValue>("Accumulate", "True if the number of direct sub-scopes should be accumulated, false if the number should be assigned.", new BoolValue(true))); 56 56 #endregion 57 57 }
Note: See TracChangeset
for help on using the changeset viewer.