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/SingleObjectiveTestFunctionProblem.cs

    r3894 r4068  
    2222using System;
    2323using System.Collections.Generic;
    24 using System.Collections.ObjectModel;
    2524using System.Drawing;
    2625using System.Linq;
     
    383382        ((ILookupParameter)op.OriginalRealVectorParameter).ActualName = SolutionCreator.RealVectorParameter.ActualName;
    384383        op.BoundsParameter.Value = (DoubleMatrix)BoundsParameter.Value.Clone();
    385         op.BoundsParameter.ActualName = "ParticleBounds"; 
     384        op.BoundsParameter.ActualName = "ParticleBounds";
    386385      }
    387386    }
Note: See TracChangeset for help on using the changeset viewer.