Ignore:
Timestamp:
Jan 18, 2010, 1:33:15 AM (13 years ago)
Author:
Peter
Message:

qQuantileNormalizer now works with mixed iterators. closes #498

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/normalization_test.cc

    r2157 r2158  
    201201         boost::random_access_iterator_archetype<DataWeight>(),
    202202         boost::mutable_random_access_iterator_archetype<DataWeight>());
     203    qqn4(boost::random_access_iterator_archetype<DataWeight>(),
     204         boost::random_access_iterator_archetype<DataWeight>(),
     205         boost::mutable_random_access_iterator_archetype<double>());
    203206  }
    204207}
Note: See TracChangeset for help on using the changeset viewer.