Changeset 10616 for trunk/psModules/src/astrom/pmAstrometryWCS.c
- Timestamp:
- Dec 11, 2006, 6:55:06 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/astrom/pmAstrometryWCS.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/astrom/pmAstrometryWCS.c
r10612 r10616 7 7 * @author EAM, IfA 8 8 * 9 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $10 * @date $Date: 2006-12-1 0 18:30:07$9 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 10 * @date $Date: 2006-12-11 16:55:06 $ 11 11 * 12 12 * Copyright 2006 Institute for Astronomy, University of Hawaii … … 36 36 return; 37 37 psFree (wcs->trans); 38 psFree (wcs->toSky); 38 39 } 39 40 … … 45 46 46 47 wcs->trans = psPlaneTransformAlloc (nXorder, nYorder); 48 wcs->toSky = NULL; 47 49 48 50 memset (wcs->ctype1, 0, PM_ASTROM_WCS_TYPE_SIZE); … … 226 228 } 227 229 psLogMsg ("psastro", 2, "warning: missing rotation matrix?\n"); 230 psFree (wcs); 228 231 return NULL; 229 232 }
Note:
See TracChangeset
for help on using the changeset viewer.
