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/Evaluators/FeedstockCostEvaluator.cs

    r13071 r16575  
    2828using HeuristicLab.BioBoost.Representation;
    2929using HeuristicLab.BioBoost.Utils;
     30using HEAL.Attic;
    3031
    3132namespace HeuristicLab.BioBoost.Evaluators {
    3233
    33   [StorableClass]
     34  [StorableType("A2DAA8F7-71AB-48F8-B019-CF14FB34A979")]
    3435  [Item("FeedstockCostEvaluator", @"Calculates all feedstock costs for known products,
    3536for which both <Product.Label>Potentials and <Product.Label>Utilizations are available.
     
    4041    #region Construction & Cloning
    4142    [StorableConstructor]
    42     protected FeedstockCostEvaluator(bool isDeserializing) : base(isDeserializing) { }
     43    protected FeedstockCostEvaluator(StorableConstructorFlag _) : base(_) { }
    4344    protected FeedstockCostEvaluator(FeedstockCostEvaluator original, Cloner cloner) : base(original, cloner) { }
    4445    public FeedstockCostEvaluator() { }
Note: See TracChangeset for help on using the changeset viewer.