Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
05/29/19 12:27:07 (5 years ago)
Author:
gkronber
Message:

#2520 Update plugin dependencies and references for HL.FLA for new persistence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • addons/HeuristicLab.FitnessLandscapeAnalysis/HeuristicLab.Analysis.FitnessLandscape/BoxChart/EmptyBoxChartElementGenerator.cs

    r16573 r16995  
    11using System;
    2 using System.Collections.Generic;
    32using System.Drawing;
    4 using System.Drawing.Drawing2D;
    5 using System.Linq;
    63using System.Text;
    74using HeuristicLab.Common;
     
    107using HeuristicLab.Optimization;
    118using HeuristicLab.Parameters;
    12 using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    139using HEAL.Attic;
    1410
    1511namespace HeuristicLab.Analysis.FitnessLandscape.BoxCharts {
    16  
     12
    1713  [StorableType("A3B05023-AFF2-4550-A78C-F0513F308316")]
    1814  public class EmptyBoxChartElementGenerator : ParameterizedNamedItem, IBoxChartElementGenerator {
Note: See TracChangeset for help on using the changeset viewer.