Show
Ignore:
Timestamp:
19/01/10 14:11:52 (2 years ago)
Author:
westram
Message:
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/stable_5.0/EDIT4/ED4_main.cxx

    r6169 r6358  
    5252 
    5353long           ED4_counter = 0; 
    54 long           all_found;       // nr of species which haven't been found 
    55 long           species_read;    // nr of species read; important during loading 
     54size_t         not_found_counter;                   // nr of species which haven't been found 
    5655GBS_strstruct *not_found_message; 
    57 long           max_seq_terminal_length; // global maximum of sequence terminal length 
    58 ED4_EDITMODI   awar_edit_modus; 
    59 long           awar_edit_direction; 
    60 bool           move_cursor;     // only needed for editing in consensus 
    61 bool           DRAW; 
    62 bool           last_window_reached; // needed for refreshing all windows (if TRUE refresh/...-flags will be cleared) 
     56 
     57long         max_seq_terminal_length;               // global maximum of sequence terminal length 
     58ED4_EDITMODI awar_edit_modus; 
     59long         awar_edit_direction; 
     60bool         move_cursor;                           // only needed for editing in consensus 
     61bool         DRAW; 
     62bool         last_window_reached;                   // needed for refreshing all windows (if TRUE refresh/...-flags will be cleared) 
    6363 
    6464size_t status_count_total;                          // used for consensus progress bar 
     
    6969void ED4_config_change_cb(AW_root *) 
    7070{ 
    71  
    7271    // @@@ FIXME: ok to be empty ? check! 
    7372}