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/MultiTrajectory/PreassignedSolutionCreator.cs

    r7128 r16573  
    66using HeuristicLab.Parameters;
    77using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
     8using HEAL.Attic;
    89
    910namespace HeuristicLab.Analysis.FitnessLandscape.MultiTrajectory {
    1011
    11   [StorableClass]
     12  [StorableType("1F8136F9-FBED-40F7-ACA3-E3D05F623A28")]
    1213  public abstract class PreassignedSolutionCreator : SingleSuccessorOperator, ISolutionCreator {
    1314
     
    4041
    4142    [StorableConstructor]
    42     protected PreassignedSolutionCreator(bool deserializing) : base(deserializing) { }
     43    protected PreassignedSolutionCreator(StorableConstructorFlag _) : base(_) { }
    4344
    4445    protected PreassignedSolutionCreator(PreassignedSolutionCreator original, Cloner cloner)
Note: See TracChangeset for help on using the changeset viewer.