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.3D/3.3/ThreeDimensionalPacking.cs

    r13608 r14046  
    2020#endregion
    2121
    22 using System.Text;
     22
    2323using HeuristicLab.Persistence.Default.CompositeSerializers.Storable;
    2424using HeuristicLab.Core;
    2525using HeuristicLab.Common;
     26using HeuristicLab.Problems.BinPacking;
    2627
    27 namespace HeuristicLab.Problems.BinPacking.Dimensions {
     28namespace HeuristicLab.Problems.BinPacking3D {
    2829  [Item("Three Dimensional Packing", "Represents a packing-position associated with a three dimensional packing-problem.")]
    2930  [StorableClass]
Note: See TracChangeset for help on using the changeset viewer.