Changeset 8361
- Timestamp:
- 07/30/12 17:30:47 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Operators/3.3/SubScopesCounter.cs
r8358 r8361 50 50 [StorableHook(HookType.AfterDeserialization)] 51 51 private void AfterDeserialization() { 52 // BackwardsCompatibility3.3 53 #region Backwards compatible code, remove with 3.4 52 54 if (!Parameters.ContainsKey("Accumulate")) 53 55 Parameters.Add(new ValueParameter<BoolValue>("Accumulate", ".", new BoolValue(true))); 56 #endregion 54 57 } 55 58
Note: See TracChangeset
for help on using the changeset viewer.