Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8361


Ignore:
Timestamp:
07/30/12 17:30:47 (12 years ago)
Author:
jkarder
Message:

#1906: added backwards compatibility indication

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/SubScopesCounter.cs

    r8358 r8361  
    5050    [StorableHook(HookType.AfterDeserialization)]
    5151    private void AfterDeserialization() {
     52      // BackwardsCompatibility3.3
     53      #region Backwards compatible code, remove with 3.4
    5254      if (!Parameters.ContainsKey("Accumulate"))
    5355        Parameters.Add(new ValueParameter<BoolValue>("Accumulate", ".", new BoolValue(true)));
     56      #endregion
    5457    }
    5558
Note: See TracChangeset for help on using the changeset viewer.