Changeset 887 for library/tests/stresssuite
- Timestamp:
- 03/29/10 23:02:03 (15 years ago)
- Location:
- library/tests/stresssuite
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/stresssuite/particle_stress.cpp
r722 r887 37 37 38 38 ivec ind; 39 emp.resample (ind );39 resample ( v, ind ); 40 40 41 41 cout << ind << endl; -
library/tests/stresssuite/resample_stress.cpp
r722 r887 38 38 39 39 ivec ind; 40 emp.resample (ind );40 resample ( v,ind ); 41 41 42 42 cout << ind << endl;