Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/12/16 19:34:31 (8 years ago)
Author:
gkronber
Message:

#1966: unified namespaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.BinPacking/HeuristicLab.Problems.BinPacking/3.3/PackingDimensions.cs

    r13608 r14046  
    2121
    2222
    23 using HeuristicLab.Problems.BinPacking.Interfaces;
    2423using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2524using HeuristicLab.Core;
    2625using HeuristicLab.Common;
    2726
    28 namespace HeuristicLab.Problems.BinPacking.Dimensions {
     27namespace HeuristicLab.Problems.BinPacking {
    2928  [Item("Packing Dimensions", "Represents an abstract packing-position associated with a packing-problem.")]
    3029  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.