Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/24/08 14:07:48 (16 years ago)
Author:
gkronber
Message:

changed readonly fields to consts

File:
1 edited

Legend:

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

    r155 r177  
    3232  public class Variable : FunctionBase {
    3333
    34     public static readonly string WEIGHT = "Weight";
    35     public static readonly string OFFSET = "SampleOffset";
    36     public static readonly string INDEX = "Variable";
     34    public const string WEIGHT = "Weight";
     35    public const string OFFSET = "SampleOffset";
     36    public const string INDEX = "Variable";
    3737
    3838    public override string Description {
Note: See TracChangeset for help on using the changeset viewer.