Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/12 09:48:51 (12 years ago)
Author:
mkommend
Message:

#1821: Minor changes in VariableCondition and the according view.

File:
1 edited

Legend:

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

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