Changeset 21363 for trunk/psModules/src/objects/pmSourceExtendedPars.c
- Timestamp:
- Feb 5, 2009, 4:31:25 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSourceExtendedPars.c
r20937 r21363 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1. 4$ $Name: not supported by cvs2svn $9 * @date $Date: 200 8-12-08 02:51:14$8 * @version $Revision: 1.5 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-02-06 02:31:25 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 71 71 psFree(profile->radius); 72 72 psFree(profile->flux); 73 psFree(profile-> weight);73 psFree(profile->variance); 74 74 return; 75 75 } … … 82 82 profile->radius = NULL; 83 83 profile->flux = NULL; 84 profile-> weight= NULL;84 profile->variance = NULL; 85 85 86 86 return profile;
Note:
See TracChangeset
for help on using the changeset viewer.
