Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/19/16 17:52:59 (8 years ago)
Author:
mkommend
Message:

#1087: Integrated multi-objective test functions in the trunk.

Location:
trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective
Files:
2 copied

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions.MultiObjective/3.3/ScatterPlotContent.cs

    r14111 r14120  
    1919 */
    2020#endregion
    21 using System;
    22 using System.Drawing;
    2321using System.Linq;
    2422using HeuristicLab.Common;
     
    8280    protected ScatterPlotContent(bool deserializing) : base() { }
    8381
    84     protected ScatterPlotContent(ScatterPlotContent original, Cloner cloner) : this() {
     82    protected ScatterPlotContent(ScatterPlotContent original, Cloner cloner)
     83      : this() {
    8584      this.qualities = original.qualities.Select(s => s.ToArray()).ToArray();
    8685      this.solutions = original.solutions.Select(s => s.ToArray()).ToArray();
Note: See TracChangeset for help on using the changeset viewer.