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

    r7128 r16573  
    99using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    1010using HeuristicLab.Data;
     11using HEAL.Attic;
    1112
    1213namespace HeuristicLab.Analysis.FitnessLandscape {
    1314
    1415  [Item("InformationAnalysis Peak Aggregator", "Aggregates peak information anlyses.")]
    15   [StorableClass]
     16  [StorableType("BDB8568B-EBF5-437C-81C2-C68F77C3FCEF")]
    1617  public class InformationAnalysisPeakAggregator : Aggregator<InformationAnalysisTable> {
    1718
    1819    [StorableConstructor]
    19     protected InformationAnalysisPeakAggregator(bool deserializing) : base(deserializing) { }
     20    protected InformationAnalysisPeakAggregator(StorableConstructorFlag _) : base(_) { }
    2021    protected InformationAnalysisPeakAggregator(InformationAnalysisPeakAggregator original, Cloner cloner) : base(original, cloner) { }
    2122    public InformationAnalysisPeakAggregator() { }
Note: See TracChangeset for help on using the changeset viewer.