Changeset 2155 for trunk/test/normalization_test.cc
- Timestamp:
- Jan 18, 2010, 12:22:10 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/normalization_test.cc
r2152 r2155 425 425 boost::random_access_iterator_archetype<DataWeight>(), 426 426 boost::mutable_random_access_iterator_archetype<DataWeight>()); 427 spearman(boost::random_access_iterator_archetype<double>(), 428 boost::random_access_iterator_archetype<double>(), 429 boost::mutable_random_access_iterator_archetype<DataWeight>()); 430 spearman(boost::random_access_iterator_archetype<DataWeight>(), 431 boost::random_access_iterator_archetype<DataWeight>(), 432 boost::mutable_random_access_iterator_archetype<double>()); 427 433 } 428 434
Note: See TracChangeset
for help on using the changeset viewer.