Changeset 6357 for trunk/EDIT4/ed4_defs.hxx
- Timestamp:
- 19/01/10 13:50:30 (2 years ago)
- Files:
-
- 1 modified
-
trunk/EDIT4/ed4_defs.hxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/EDIT4/ed4_defs.hxx
r6353 r6357 44 44 // use ED4_init_notFoundMessage and ED4_finish_and_show_notFoundMessage to 45 45 // modify the following elements 46 #define MAX_SHOWN_MISSING_SPECIES 200 // limit no of missing species/data printed into not_found_message47 extern longnot_found_counter; // nr of species which haven't been found46 #define MAX_SHOWN_MISSING_SPECIES 200U // limit no of missing species/data printed into not_found_message 47 extern size_t not_found_counter; // nr of species which haven't been found 48 48 extern GBS_strstruct *not_found_message; // error message containing (some) missing/unloadable species 49 49
