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/Algorithms/RepeatedInformationAnalyzer.cs

    r7128 r16573  
    1010using HeuristicLab.Parameters;
    1111using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     12using HEAL.Attic;
    1213
    1314namespace HeuristicLab.Analysis.FitnessLandscape.Algorithms {
    1415
    1516  [Item("RepeatedInformationAnalyzer", "Analyzes and consolidates repeated information analyses.")]
    16   [StorableClass]
     17  [StorableType("A53A3F9B-BC38-47E9-B435-42DEA10A4ABC")]
    1718  public class RepeatedInformationAnalyzer : SingleSuccessorOperator, IRepeatsAnalyzer {
    1819
     
    4445    #region Construction & Cloning
    4546    [StorableConstructor]
    46     protected RepeatedInformationAnalyzer(bool deserializing) : base(deserializing) { }
     47    protected RepeatedInformationAnalyzer(StorableConstructorFlag _) : base(_) { }
    4748    protected RepeatedInformationAnalyzer(RepeatedInformationAnalyzer original, Cloner cloner) : base(original, cloner) { }
    4849    public RepeatedInformationAnalyzer() {
Note: See TracChangeset for help on using the changeset viewer.