Changeset 1361 for trunk/yat/classifier


Ignore:
Timestamp:
Jul 2, 2008, 11:23:56 PM (15 years ago)
Author:
Peter
Message:

fixing ticket:389 - the problem was in test code

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/yat/classifier/MatrixLookup.cc

    r1275 r1361  
    113113    : data_(other.data_)
    114114  {
     115    assert(other.validate());
    115116    if (row){
    116117      row_index_ = utility::Index(other.row_index_, index);
     
    123124    assert(validate());
    124125  }
    125  
    126126
    127127
Note: See TracChangeset for help on using the changeset viewer.