Free cookie consent management tool by TermsFeed Policy Generator

Changeset 8967


Ignore:
Timestamp:
11/28/12 12:51:09 (11 years ago)
Author:
ascheibe
Message:

#1673 added backwards compatibility region for AlgorithmName

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Optimization/3.3/RunCollection.cs

    r8962 r8967  
    118118    }
    119119
     120    // BackwardsCompatibility3.3
     121    #region Backwards compatible code, remove with 3.4
    120122    [Storable(AllowOneWay = true)]
    121123    private string AlgorithmName {
    122124      set { optimizerName = value; }
    123125    }
     126    #endregion
    124127
    125128    [StorableHook(HookType.AfterDeserialization)]
Note: See TracChangeset for help on using the changeset viewer.