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_class.hxx

    r6347 r6353  
    18171817void ED4_selected_SAI_changed_cb     (AW_root *aw_root); 
    18181818 
     1819void ED4_init_notFoundMessage(); 
     1820void ED4_finish_and_show_notFoundMessage(); 
     1821 
    18191822extern int  ED4_elements_in_species_container; // # of elements in species container 
    18201823void        ED4_undo_redo               (AW_window*, AW_CL undo_type);