Changeset 6141 for trunk/ARBDB/adseqcompr.c
- Timestamp:
- 14/08/09 16:29:27 (3 years ago)
- Files:
-
- 1 modified
-
trunk/ARBDB/adseqcompr.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ARBDB/adseqcompr.c
r6101 r6141 11 11 12 12 #if defined(DEBUG) 13 /* don t do optimize, only create tree and save to DB */13 /* don't do optimize, only create tree and save to DB */ 14 14 /* #define SAVE_COMPRESSION_TREE_TO_DB */ 15 15 #endif /* DEBUG */ … … 526 526 527 527 if (GB_read_clock(gbd) >= main_clock){ 528 GB_warning("A Species seems to be more than once in the tree");528 GB_warning("A species seems to be more than once in the tree"); 529 529 } 530 530 else { … … 619 619 GBDATA *gbd = masters[si]->gbd; 620 620 621 ad_assert(mi>si); /* we don't want a re kursion, because we cannot uncompress sequence compressed masters, Main->gb_master_data is wrong */621 ad_assert(mi>si); /* we don't want a recursion, because we cannot uncompress sequence compressed masters, Main->gb_master_data is wrong */ 622 622 623 623 if (gb_read_nr(gbd) != si) { /* Check database */
