- Timestamp:
- Mar 5, 2012, 5:19:48 PM (14 years ago)
- Location:
- branches/meh_branches/ppstack_test
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppTranslate/src/ppMopsGetSkyChipPsfVersion.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/meh_branches/ppstack_test
- Property svn:mergeinfo changed
-
branches/meh_branches/ppstack_test/ppTranslate/src/ppMopsGetSkyChipPsfVersion.c
r29565 r33415 9 9 "EXTTYPE value: [%s]\n", version); 10 10 if (strcmp(version, "PS1_DV1") == 0) { 11 psFree(headerSkyChip); 11 12 return 1; 12 13 } else if (strcmp(version, "PS1_DV2") == 0) { 14 psFree(headerSkyChip); 13 15 return 2; 14 16 } 15 17 psWarning("Unsupported EXTTYPE in SkyChip.psf table: [%s]", version); 18 psFree(headerSkyChip); 16 19 return 0; 17 20 }
Note:
See TracChangeset
for help on using the changeset viewer.
