Changeset 662 for library/tests
- Timestamp:
- 10/15/09 12:07:25 (15 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/arx_straux_test.cpp
r647 r662 27 27 // straux1(L, d, nu, L0, d0, nu0, belief, nbest, max_nrep, lambda, 28 28 // order_k); 29 iveco2;29 Array<str_aux> o2; 30 30 ivec o1 = straux1(Ld1,20, Ld0, 10, belief, nbest, nrep, lambda, k, o2); 31 31