Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/31/19 14:40:15 (5 years ago)
Author:
abeham
Message:

#1614: updated to new persistence and .NET 4.6.1

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/1614_GeneralizedQAP/HeuristicLab.Analysis.FitnessLandscape/3.3/ProblemCharacteristicAnalysis/GQAP/GQAPCharacteristicCalculator.cs

    r15718 r16728  
    2323using System.Collections.Generic;
    2424using System.Linq;
     25using HEAL.Attic;
    2526using HeuristicLab.Common;
    2627using HeuristicLab.Core;
    2728using HeuristicLab.Data;
    2829using HeuristicLab.Optimization;
    29 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    3030using HeuristicLab.Problems.GeneralizedQuadraticAssignment;
    3131
    3232namespace HeuristicLab.Analysis.FitnessLandscape {
    3333  [Item("GQAP Characteristic Calculator", "")]
    34   [StorableClass]
     34  [StorableType("B587BC90-028E-4E8F-A4A6-5CD6677D5369")]
    3535  public sealed class GQAPCharacteristicCalculator : CharacteristicCalculator {
    3636
    3737    [StorableConstructor]
    38     private GQAPCharacteristicCalculator(bool deserializing) : base(deserializing) { }
     38    private GQAPCharacteristicCalculator(StorableConstructorFlag _) : base(_) { }
    3939    private GQAPCharacteristicCalculator(GQAPCharacteristicCalculator original, Cloner cloner) : base(original, cloner) { }
    4040    public GQAPCharacteristicCalculator() {
Note: See TracChangeset for help on using the changeset viewer.