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/StandardOperatorBase.cs

    r2662 r2663  
    2525using System.Xml;
    2626using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    27 using HeuristicLab.Common;
     27using HeuristicLab.Core;
    2828
    29 namespace HeuristicLab.Core {
     29namespace HeuristicLab.Operators {
    3030  /// <summary>
    3131  /// A base class for operators which have only one successor.
Note: See TracChangeset for help on using the changeset viewer.