Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/15/10 23:49:54 (14 years ago)
Author:
swagner
Message:

Renamed classes of HeuristicLab.Data (#909)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Encodings.IntVector/3.3/Tests/Auxiliary.cs

    r3032 r3048  
    2525namespace HeuristicLab.Encodings.IntVector_33.Tests {
    2626  public static class Auxiliary {
    27     public static bool IntVectorIsEqualByPosition(IntArrayData p1, IntArrayData p2) {
     27    public static bool IntVectorIsEqualByPosition(IntArray p1, IntArray p2) {
    2828      bool equal = (p1.Length == p2.Length);
    2929      if (equal) {
Note: See TracChangeset for help on using the changeset viewer.