Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/14/10 01:06:17 (14 years ago)
Author:
epitzer
Message:

Merge StorableClassType.Empty into StorableClassType.MarkedOnly and make it the default if not specified (#548)

File:
1 edited

Legend:

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

    r2995 r3017  
    3232  /// </summary>
    3333  [Item("Algorithm", "A base class for algorithms.")]
    34   [StorableClass(StorableClassType.MarkedOnly)]
     34  [StorableClass]
    3535  public abstract class Algorithm : ParameterizedNamedItem, IAlgorithm {
    3636    public override Image ItemImage {
Note: See TracChangeset for help on using the changeset viewer.