Changeset 645 for library/tests
- Timestamp:
- 09/30/09 23:09:47 (15 years ago)
- Location:
- library/tests
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/testResample.cpp
r604 r645 37 37 cout << "w:" << v << endl; 38 38 39 ivec ind = emp.resample(); 39 ivec ind; 40 emp.resample(ind); 40 41 41 42 cout << ind << endl; -
library/tests/test_particle.cpp
r604 r645 37 37 cout << "w:" << v << endl; 38 38 39 ivec ind = emp.resample(); 39 ivec ind; 40 emp.resample(ind); 40 41 41 42 cout << ind << endl;