Changeset 261
- Timestamp:
- Mar 9, 2005, 6:06:19 PM (18 years ago)
- Location:
- trunk
- Files:
-
- 2 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/Alignment.cc
r256 r261 23 23 // choice(i,j) tells us how we came to s(i,j). 1 is diagonal, 2 24 24 // vertical, and 3 horizontal, 25 gslapi::matrix choice(s.rows() -1,s.columns()-1);25 gslapi::matrix choice(s.rows(),s.columns()); 26 26 27 27 // Calculating NeedlemanWunsch matrix -
trunk/test/Makefile.am
r225 r261 4 4 5 5 check_PROGRAMS = \ 6 test_averagerpair test_consensus_inputranker test_crossvalidation \ 6 test_alignment test_averagerpair test_consensus_inputranker \ 7 test_crossvalidation \ 7 8 test_inputranker test_kernel test_merge test_nni test_pca \ 8 9 test_regression_linear test_regression_local test_rnd test_roc \ … … 16 17 AM_LDFLAGS = -g 17 18 19 test_alignment_SOURCES = test_alignment.cc 18 20 test_averagerpair_SOURCES = test_averagerpair.cc 19 21 test_consensus_inputranker_SOURCES = test_consensus_inputranker.cc
Note: See TracChangeset
for help on using the changeset viewer.