Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
01/21/10 01:31:15 (14 years ago)
Author:
swagner
Message:

Started to adapt HeuristicLab.Data and HeuristicLab.Operators according to the changes in HeuristicLab.Core (#95)

File:
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators/3.3/OperatorBase.cs

    r2662 r2663  
    2626using System.Drawing;
    2727using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    28 using HeuristicLab.Common;
     28using HeuristicLab.Core;
    2929using HeuristicLab.Collections;
    3030
    31 namespace HeuristicLab.Core {
     31namespace HeuristicLab.Operators {
    3232  /// <summary>
    3333  /// The base class for all operators.
Note: See TracChangeset for help on using the changeset viewer.