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.Core/3.3/OperatorGraph.cs

    r2994 r3017  
    3535  [Item("OperatorGraph", "Represents a graph of operators.")]
    3636  [Creatable("Algorithms")]
    37   [StorableClass(StorableClassType.MarkedOnly)]
     37  [StorableClass]
    3838  public class OperatorGraph : Item {
    3939    private OperatorSet operators;
Note: See TracChangeset for help on using the changeset viewer.