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/FDC/HeatMap.cs

    r7202 r16573  
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2828using HeuristicLab.Common.Resources;
     29using HEAL.Attic;
    2930
    3031namespace HeuristicLab.Analysis.FitnessLandscape {
    3132
    3233  [Item("HeatMap", "A heat map of 2D data")]
    33   [StorableClass]
     34  [StorableType("F37D5082-48E9-495C-9489-F63C7C76E33A")]
    3435  public class HeatMap : NamedItem {
    3536
     
    7374
    7475    [StorableConstructor]
    75     protected HeatMap(bool deserializing) : base(deserializing) { }
     76    protected HeatMap(StorableConstructorFlag _) : base(_) { }
    7677    protected HeatMap(HeatMap original, Cloner cloner)
    7778      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.