Changeset 715 for library/tests
- Timestamp:
- 11/10/09 16:07:56 (15 years ago)
- Location:
- library/tests
- Files:
-
- 2 modified
Legend:
- Unmodified
- Added
- Removed
-
library/tests/merger_2d_test.cpp
r713 r715 59 59 60 60 vec Res1 = M.evallog_mat ( Grid ); 61 mat Res2 = ( MP )->evallog_ mat( Grid );61 mat Res2 = ( MP )->evallog_coms ( Grid ); 62 62 63 63 it_file it ( "merger_2d_test.it" ); -
library/tests/merger_iter_test.cpp
r713 r715 61 61 62 62 vec Res1 = M.evallog_mat ( Grid ); 63 mat Res2 = ( ( emix* ) MP )->evallog_ mat( Grid );63 mat Res2 = ( ( emix* ) MP )->evallog_coms ( Grid ); 64 64 65 65 it_file it ( "merger_iter_test.it" );