- Timestamp:
- Jan 28, 2009, 2:48:33 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/pap_branch_20090128/psModules/src/objects/pmSourceExtendedPars.c
r20937 r21212 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.4.8.1 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2009-01-29 00:48:33 $ 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.
