Changeset 6237 for branches/stable_5.0
- Timestamp:
- 31/10/09 10:57:16 (3 years ago)
- Files:
-
- 1 modified
-
branches/stable_5.0/PARSIMONY/PARS_main.cxx (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/stable_5.0/PARSIMONY/PARS_main.cxx
r6143 r6237 1823 1823 1824 1824 void AD_map_viewer(GBDATA *gb_species, AD_MAP_VIEWER_TYPE vtype) { 1825 if (vtype == ADMVT_SELECT && AD_map_viewer_aw_root ) {1825 if (vtype == ADMVT_SELECT && AD_map_viewer_aw_root && gb_species) { 1826 1826 AD_map_viewer_aw_root->awar(AWAR_SPECIES_NAME)->write_string(GBT_read_name(gb_species)); 1827 1827 }
