Free cookie consent management tool by TermsFeed Policy Generator

Changeset 428


Ignore:
Timestamp:
08/03/08 22:54:54 (16 years ago)
Author:
gkronber
Message:

also removed string constants that are not needed anymore after r425 (ticket #225)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.StructureIdentification/GPOperatorLibrary.cs

    r423 r428  
    3030  public class GPOperatorLibrary : ItemBase, IOperatorLibrary, IEditable  {
    3131    // constants for variable names
    32     internal const string MANIPULATION = "Manipulation";
    33     internal const string INITIALIZATION = "Initialization";
    3432    internal const string TYPE_ID = "TypeId";
    3533    internal const string MIN_TREE_HEIGHT = "MinTreeHeight";
Note: See TracChangeset for help on using the changeset viewer.