Changeset 9730 for trunk/psModules/src/objects/pmSource.c
- Timestamp:
- Oct 24, 2006, 12:55:05 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/psModules/src/objects/pmSource.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psModules/src/objects/pmSource.c
r9651 r9730 6 6 * @author EAM, IfA: significant modifications. 7 7 * 8 * @version $Revision: 1.1 4$ $Name: not supported by cvs2svn $9 * @date $Date: 2006-10- 19 21:10:08$8 * @version $Revision: 1.15 $ $Name: not supported by cvs2svn $ 9 * @date $Date: 2006-10-24 22:55:05 $ 10 10 * 11 11 * Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 294 294 maxSy = clump->y * SCALE + 0.2; 295 295 296 tmpSx = psVectorAlloc (sources->n, PS_TYPE_F32); 297 tmpSy = psVectorAlloc (sources->n, PS_TYPE_F32); 298 tmpSx->n = 0; 299 tmpSy->n = 0; 296 tmpSx = psVectorAllocEmpty (sources->n, PS_TYPE_F32); 297 tmpSy = psVectorAllocEmpty (sources->n, PS_TYPE_F32); 300 298 301 299 // XXX clip sources based on flux? … … 375 373 376 374 // report stats on S/N values for star-like objects 377 psVector *starsn = psVectorAlloc (sources->n, PS_TYPE_F32); 378 starsn->n = 0; 375 psVector *starsn = psVectorAllocEmpty (sources->n, PS_TYPE_F32); 379 376 380 377 // check return status value (do these exist?)
Note:
See TracChangeset
for help on using the changeset viewer.
