Show
Ignore:
Timestamp:
14/01/10 15:10:39 (2 years ago)
Author:
westram
Message:
  • removed useless variable 'species_read'
  • fixed overflow if too many missing species in configuration
    • shortened error message (show only first 200 missing species)
  • moved some duplicated code into ED4_init_notFoundMessage / ED4_finish_and_show_notFoundMessage
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EDIT4/ED4_no_class.cxx

    r6348 r6353  
    12801280    ED4_calc_terminal_extentions(); 
    12811281 
    1282     all_found = 0; 
    1283     species_read = 0; 
    12841282    max_seq_terminal_length = 0; 
    1285     not_found_message = GBS_stropen(1000); 
    1286     GBS_strcat(not_found_message,"Some species not found:\n"); 
     1283     
     1284    ED4_init_notFoundMessage(); 
    12871285 
    12881286