Changeset 6813 for trunk/SL/FAST_ALIGNER/fast_aligner.cxx
- Timestamp:
- 09/09/10 20:23:50 (21 months ago)
- Files:
-
- 1 modified
-
trunk/SL/FAST_ALIGNER/fast_aligner.cxx (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/SL/FAST_ALIGNER/fast_aligner.cxx
r6722 r6813 18 18 19 19 #include <awtc_next_neighbours.hxx> 20 21 20 #include <awt_sel_boxes.hxx> 22 21 … … 25 24 26 25 #include <arbdbt.h> 26 27 #include <arb_defs.h> 27 28 28 29 #include <cctype> … … 2969 2970 } 2970 2971 2971 #define TEST_SPECIES_COUNT(test_ali_data) (sizeof(test_ali_data)/sizeof(*test_ali_data))2972 #define TEST_CREATE_DB(error, test_ali_data) test_create_DB(error, test_ali_data, TEST_SPECIES_COUNT(test_ali_data))2972 #define TEST_SPECIES_COUNT(test_ali_data) ARRAY_ELEMS(test_ali_data) 2973 #define TEST_CREATE_DB(error,test_ali_data) test_create_DB(error, test_ali_data, TEST_SPECIES_COUNT(test_ali_data)) 2973 2974 2974 2975 static const char *get_aligned_data_of(GBDATA *gb_main, const char *species_name) {
