Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/28/19 18:24:59 (5 years ago)
Author:
gkronber
Message:

#2520: changed HeuristicLab.BioBoost addon to compile with new HL.Persistence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.Problems.BioBoost/HeuristicLab.Problems.BioBoost/3.3/BioBoostProblem.cs

    r13071 r16575  
    3434using System;
    3535using HeuristicLab.BioBoost.Operators.Moves;
     36using HEAL.Attic;
    3637
    3738namespace HeuristicLab.BioBoost {
     
    4142  [Item("BioBoost Problem", "EU-wide aggregate biomass logistics simulation.")]
    4243  [Creatable("Problems")]
    43   [StorableClass]
     44  [StorableType("248ABB24-9C03-41FB-816F-C5C47018CB6B")]
    4445  public class BioBoostProblem : SingleObjectiveHeuristicOptimizationProblem<AggregateEvaluator, BioBoostSolutionCreator>, IStorableContent {
    4546
     
    8283    #region Construction & Cloning
    8384    [StorableConstructor]
    84     protected BioBoostProblem(bool isDeserializing) : base(isDeserializing) {}
     85    protected BioBoostProblem(StorableConstructorFlag _) : base(_) { }
    8586    protected BioBoostProblem(BioBoostProblem orig, Cloner cloner) : base(orig, cloner) {
    8687      RegisterEvents();
Note: See TracChangeset for help on using the changeset viewer.