Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/03/08 23:00:48 (16 years ago)
Author:
gkronber
Message:

fixed compilation problems introduced with r428 (ticket #225)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Functions/FunctionBase.cs

    r425 r429  
    3434  /// </summary>
    3535  public abstract class FunctionBase : OperatorBase, IFunction {
    36     protected const string INITIALIZATION = "Initialization";
    37     protected const string MANIPULATION = "Manipulation";
     36    public const string INITIALIZATION = "Initialization";
     37    public const string MANIPULATION = "Manipulation";
    3838
    3939
Note: See TracChangeset for help on using the changeset viewer.