Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:10:11 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.FLA addon to compile with new HL.Persistence

Location:
addons/HeuristicLab.FitnessLandscapeAnalysis
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.FitnessLandscapeAnalysis

    • Property svn:ignore
      •  

        old new  
        33*.user
        44*.suo
         5packages
  • addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/Analysis/Aggregators/UpDownAggregatorAggregator.cs

    r9143 r16573  
    1212using System.Drawing;
    1313using HeuristicLab.Analysis.FitnessLandscape.Analysis;
     14using HEAL.Attic;
    1415
    1516namespace HeuristicLab.Analysis.FitnessLandscape {
    1617
    1718  [Item("Up Down Aggregator", "Aggregates scalar up down analyses.")]
    18   [StorableClass]
     19  [StorableType("597E3537-ADE8-4B7A-A34B-AD6AF105493F")]
    1920  public class UpDownAggregator : NamedItem, IAggregator {
    2021
     
    3334    #region Construction & Cloning
    3435    [StorableConstructor]
    35     protected UpDownAggregator(bool deserializing) : base(deserializing) { }
     36    protected UpDownAggregator(StorableConstructorFlag _) : base(_) { }
    3637    protected UpDownAggregator(UpDownAggregator original, Cloner cloner) : base(original, cloner) {
    3738      downWalkLengths = original.downWalkLengths.ToList();
Note: See TracChangeset for help on using the changeset viewer.