Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
02/19/14 10:30:27 (10 years ago)
Author:
bburlacu
Message:

#1772: Fixed remaining namespaces from EvolutionaryTracing to EvolutionTracking. Removed autogenerated files from repo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.EvolutionTracking/HeuristicLab.EvolutionTracking.Views/3.4/AncestryLayoutAdapter.cs

    r10264 r10463  
    2323using System.Collections.Generic;
    2424using HeuristicLab.Encodings.SymbolicExpressionTreeEncoding;
    25 using HeuristicLab.EvolutionaryTracking.Views.Primitives;
     25using HeuristicLab.EvolutionTracking.Views.Primitives;
    2626using HeuristicLab.Visualization;
    2727
    28 namespace HeuristicLab.EvolutionaryTracking.Views {
     28namespace HeuristicLab.EvolutionTracking.Views {
    2929  class AncestryLayoutAdapter : ILayoutAdapter<PrimitiveGroup> {
    3030    public IEnumerable<ILayoutNode<IGroup>> Convert(IGroup root, Func<PrimitiveGroup, ILayoutNode<PrimitiveGroup>> convertFunc) {
Note: See TracChangeset for help on using the changeset viewer.