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

    r7202 r16573  
    1010using HeuristicLab.Data;
    1111using HeuristicLab.Common.Resources;
     12using HEAL.Attic;
    1213
    1314namespace HeuristicLab.Analysis.FitnessLandscape {
    1415
    1516  [Item("InformationAnalysisValue Aggregator", "Aggregates information anlysis values.")]
    16   [StorableClass]
     17  [StorableType("829CDE87-6290-42AE-93EF-5095B52AD6FF")]
    1718  public class InformationAnalysisValueAggregator : NamedItem, IAggregator {
    1819
     
    3536    #region Construction and Cloning
    3637    [StorableConstructor]
    37     protected InformationAnalysisValueAggregator(bool deserializing) : base(deserializing) { }
     38    protected InformationAnalysisValueAggregator(StorableConstructorFlag _) : base(_) { }
    3839    protected InformationAnalysisValueAggregator(InformationAnalysisValueAggregator original, Cloner cloner)
    3940      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.