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.BinaryVectors/3.3/Tests/Auxiliary.cs

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