Changeset 25211
- Timestamp:
- Aug 26, 2009, 5:08:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/cleanup/ppImage/src/ppImageBurntoolMask.c
r25210 r25211 3 3 #endif 4 4 5 #define PPIMAGE_BURNTOOL_DEBUG 1 5 /* #define PPIMAGE_BURNTOOL_DEBUG 1 */ 6 6 7 7 #include "ppImage.h" … … 19 19 20 20 /* Read input header, and find the burntool data table. */ 21 psMetadata *phu = psFitsReadHeader(NULL, fits);22 23 21 if (!psFitsMoveExtName(fits,"burntool_areas")) { 24 22 psError(PS_ERR_IO,false, "Unable to find extension burntool_areas"); … … 94 92 psFree(rowMD); 95 93 } 96 psFree(phu); 94 97 95 return(status); 98 96 }
Note:
See TracChangeset
for help on using the changeset viewer.
