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/SphereEvaluatorTest.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;
    26 using HeuristicLab.Parameters;
    2725
    28 namespace HeuristicLab.Problems.TestFunctions_33.Tests
    29 {
    30    
    31    
    32     /// <summary>
    33     ///This is a test class for SphereEvaluatorTest and is intended
    34     ///to contain all SphereEvaluatorTest Unit Tests
    35     ///</summary>
     26namespace HeuristicLab.Problems.TestFunctions_33.Tests {
     27
     28
     29  /// <summary>
     30  ///This is a test class for SphereEvaluatorTest and is intended
     31  ///to contain all SphereEvaluatorTest Unit Tests
     32  ///</summary>
    3633  [TestClass()]
    3734  public class SphereEvaluatorTest {
Note: See TracChangeset for help on using the changeset viewer.