Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
12/13/21 10:25:35 (3 years ago)
Author:
gkronber
Message:

#3140: made several more changes while reviewing the branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3140_NumberSymbol/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Importer/SymbolicExpressionImporter.cs

    r18112 r18114  
    8686
    8787    Number number = new Number();
    88     Constant constant = new Constant();
    8988    Variable variable = new Variable();
    9089    LaggedVariable laggedVariable = new LaggedVariable();
     
    9291    TimeLag timeLag = new TimeLag();
    9392    Integral integral = new Integral();
    94     FactorVariable factorVar = new FactorVariable();
    9593    BinaryFactorVariable binFactorVar = new BinaryFactorVariable();
    9694
     
    165163        t.Value = tokens.Dequeue().DoubleValue;
    166164        return t;
    167       } else throw new FormatException("Expected function or constant symbol");
     165      } else throw new FormatException("Expected function or number symbol");
    168166    }
    169167
Note: See TracChangeset for help on using the changeset viewer.