Changeset 16773
- Timestamp:
- Mar 1, 2008, 9:28:28 AM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branch_20080223/Ohana/src/addstar/src/LoadStars.c
r16698 r16773 81 81 } 82 82 83 if ( !strcmp (headerSets[0].exttype, "SDSS_OBJ")) {83 if (headerSets[0].exttype && !strcmp (headerSets[0].exttype, "SDSS_OBJ")) { 84 84 LoadDataSDSS (f, file[i], images, Nimages, &stars, Nstars, headers, extsize, headerSets, NheaderSets); 85 85 continue;
Note:
See TracChangeset
for help on using the changeset viewer.
