Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/22/10 00:44:01 (14 years ago)
Author:
swagner
Message:

Sorted usings and removed unused usings in entire solution (#1094)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Problems.TestFunctions/3.3/Tests/LevyEvaluatorTest.cs

    r3781 r4068  
    2020#endregion
    2121
     22using HeuristicLab.Encodings.RealVectorEncoding;
    2223using HeuristicLab.Problems.TestFunctions;
    2324using Microsoft.VisualStudio.TestTools.UnitTesting;
    24 using HeuristicLab.Encodings.RealVectorEncoding;
    25 using HeuristicLab.Data;
    2625
    27 namespace HeuristicLab.Problems.TestFunctions_33.Tests
    28 {
    29    
    30    
    31     /// <summary>
    32     ///This is a test class for LevyEvaluatorTest and is intended
    33     ///to contain all LevyEvaluatorTest Unit Tests
    34     ///</summary>
     26namespace HeuristicLab.Problems.TestFunctions_33.Tests {
     27
     28
     29  /// <summary>
     30  ///This is a test class for LevyEvaluatorTest and is intended
     31  ///to contain all LevyEvaluatorTest Unit Tests
     32  ///</summary>
    3533  [TestClass()]
    3634  public class LevyEvaluatorTest {
Note: See TracChangeset for help on using the changeset viewer.