Show
Ignore:
Timestamp:
19/01/10 13:50:30 (2 years ago)
Author:
westram
Message:
  • fixed type of 'not_found_counter'
  • corrected format specifiers
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/EDIT4/ed4_defs.hxx

    r6353 r6357  
    4444// use ED4_init_notFoundMessage and ED4_finish_and_show_notFoundMessage to 
    4545// modify the following elements 
    46 #define MAX_SHOWN_MISSING_SPECIES 200               // limit no of missing species/data printed into not_found_message 
    47 extern long           not_found_counter;            // nr of species which haven't been found 
     46#define MAX_SHOWN_MISSING_SPECIES 200U              // limit no of missing species/data printed into not_found_message 
     47extern size_t         not_found_counter;            // nr of species which haven't been found 
    4848extern GBS_strstruct *not_found_message;            // error message containing (some) missing/unloadable species 
    4949