Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/11/18 10:16:56 (5 years ago)
Author:
gkronber
Message:

#2915 renamed class AnalyticalQuotient -> AnalyticQuotient

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Interpreter/OpCodes.cs

    r16356 r16360  
    8686    public const byte BinaryFactorVariable = 47;
    8787    public const byte Absolute = 48;
    88     public const byte AnalyticalQuotient = 49;
     88    public const byte AnalyticQuotient = 49;
    8989    public const byte Cube = 50;
    9090    public const byte CubeRoot = 51;
     
    141141      { typeof(BinaryFactorVariable), OpCodes.BinaryFactorVariable },
    142142      { typeof(Absolute), OpCodes.Absolute },
    143       { typeof(AnalyticalQuotient), OpCodes.AnalyticalQuotient },
     143      { typeof(AnalyticQuotient), OpCodes.AnalyticQuotient },
    144144      { typeof(Cube), OpCodes.Cube },
    145145      { typeof(CubeRoot), OpCodes.CubeRoot }
Note: See TracChangeset for help on using the changeset viewer.