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/QualityTrailSummaryAggregator.cs

    r7128 r16573  
    55using HeuristicLab.Optimization;
    66using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     7using HEAL.Attic;
    78
    89namespace HeuristicLab.Analysis.FitnessLandscape {
    910
    1011  [Item("QualityTrailSummary Aggregator", "Aggregates quality trail summaries.")]
    11   [StorableClass]
     12  [StorableType("B07DD0C5-AAA2-46C4-8BF2-64EB07951985")]
    1213  public class QualityTrailSummaryAggregator : Aggregator<QualityTrailSummaryTable> {
    1314
    1415    [StorableConstructor]
    15     protected QualityTrailSummaryAggregator(bool deserializing) : base(deserializing) { }
     16    protected QualityTrailSummaryAggregator(StorableConstructorFlag _) : base(_) { }
    1617    protected QualityTrailSummaryAggregator(QualityTrailSummaryAggregator original, Cloner cloner) : base(original, cloner) { }
    1718    public QualityTrailSummaryAggregator() { }
Note: See TracChangeset for help on using the changeset viewer.