Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:10:11 (6 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/EngineAlgorithm/EngineAlgorithmOperator.cs

    r7128 r16573  
    66using HeuristicLab.Parameters;
    77using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     8using HEAL.Attic;
    89
    910namespace HeuristicLab.Operators {
    1011
    1112  [Item("EngineAlgorithmOperator", "An operator the encapsulates a complete algorithm.")]
    12   [StorableClass]
     13  [StorableType("8BEF3D75-7DA3-4683-95C5-AF7B6AC0A810")]
    1314  public class EngineAlgorithmOperator : AlgorithmOperator {
    1415
     
    132133    #region Construction & Cloning
    133134    [StorableConstructor]
    134     protected EngineAlgorithmOperator(bool deserializing) : base(deserializing) { }
     135    protected EngineAlgorithmOperator(StorableConstructorFlag _) : base(_) { }
    135136    protected EngineAlgorithmOperator(EngineAlgorithmOperator original, Cloner cloner)
    136137      : base(original, cloner) {
Note: See TracChangeset for help on using the changeset viewer.