Changeset 2156
- Timestamp:
- Jan 18, 2010, 12:37:11 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/normalization_test.cc
r2155 r2156 356 356 boost::random_access_iterator_archetype<double>(), 357 357 boost::mutable_random_access_iterator_archetype<double>()); 358 using utility::DataWeight; 359 gauss(boost::random_access_iterator_archetype<DataWeight>(), 360 boost::random_access_iterator_archetype<DataWeight>(), 361 boost::mutable_random_access_iterator_archetype<DataWeight>()); 362 gauss(boost::random_access_iterator_archetype<DataWeight>(), 363 boost::random_access_iterator_archetype<DataWeight>(), 364 boost::mutable_random_access_iterator_archetype<double>()); 365 gauss(boost::random_access_iterator_archetype<double>(), 366 boost::random_access_iterator_archetype<double>(), 367 boost::mutable_random_access_iterator_archetype<DataWeight>()); 358 368 } 359 369 }
Note: See TracChangeset
for help on using the changeset viewer.