Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/28/19 12:41:36 (5 years ago)
Author:
gkronber
Message:

#2971: made branch compile with current version of trunk

Location:
branches/2971_named_intervals
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/2971_named_intervals

    • Property svn:ignore set to
      packages
  • branches/2971_named_intervals/HeuristicLab.Problems.DataAnalysis/3.4/DoubleLimit.cs

    r15583 r16628  
    2525using HeuristicLab.Data;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     27using HEAL.Attic;
    2728
    2829namespace HeuristicLab.Problems.DataAnalysis {
    29   [StorableClass]
     30  [StorableType("6BAC3469-8A82-4706-ADB1-585E02AE170B")]
    3031  [Item("DoubleLimit", "Represents a lower and a upper bound for double values.")]
    3132  public class DoubleLimit : StringConvertibleValueTuple<DoubleValue, DoubleValue> {
     
    4142
    4243    [StorableConstructor]
    43     protected DoubleLimit(bool deserializing) : base(deserializing) { }
     44    protected DoubleLimit(StorableConstructorFlag _) : base(_) { }
    4445    protected DoubleLimit(DoubleLimit original, Cloner cloner)
    4546      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.