Changeset 25134
- Timestamp:
- Aug 19, 2009, 3:32:43 PM (17 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/concepts/pmConceptsStandard.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/concepts/pmConceptsStandard.c
r25133 r25134 429 429 } 430 430 431 psString ra = psMetadataLookupStr(&mdok, formats, "FPA.RA"); // Format for RA 432 psString dec = psMetadataLookupStr(&mdok, formats, "FPA.DEC"); // Format for Dec 433 if (ra && strcasecmp(ra, "HOURS") == 0 && dec && strcasecmp(dec, "DEGREES") == 0) { 434 sexagesimal = true; 431 if (strcmp(concept->name, "FPA.RA") == 0 || strcmp(concept->name, "FPA.DEC") == 0) { 432 psString ra = psMetadataLookupStr(&mdok, formats, "FPA.RA"); // Format for RA 433 psString dec = psMetadataLookupStr(&mdok, formats, "FPA.DEC"); // Format for Dec 434 if (ra && strcasecmp(ra, "HOURS") == 0 && dec && strcasecmp(dec, "DEGREES") == 0) { 435 sexagesimal = true; 436 } 435 437 } 436 438 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
