Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/22/12 16:48:02 (12 years ago)
Author:
sforsten
Message:

#1821: it is now possible to select variables for the symbol VariableCondition

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.DataAnalysis.Symbolic/3.4/Symbols/VariableCondition.cs

    r7671 r7869  
    152152    #region persistence and cloning
    153153    [StorableConstructor]
    154     private VariableCondition(bool deserializing) : base(deserializing) { }
     154    private VariableCondition(bool deserializing)
     155      : base(deserializing) {
     156      variableNames = new List<string>();
     157    }
    155158    private VariableCondition(VariableCondition original, Cloner cloner)
    156159      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.