Changeset 31159 for trunk/pswarp/src/pswarpTransformSources.c
- Timestamp:
- Apr 4, 2011, 1:17:18 PM (15 years ago)
- Location:
- trunk/pswarp
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
src/pswarpTransformSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/pswarp
- Property svn:ignore
-
old new 18 18 pswarp.pc 19 19 Doxyfile 20 a.out.dSYM
-
- Property svn:ignore
-
trunk/pswarp/src/pswarpTransformSources.c
r29000 r31159 94 94 // relative flux) that's OK. 95 95 pmSource *new = pmSourceAlloc(); ///< New source 96 new->peak = pmPeakAlloc(xOut, yOut, source->peak->flux, PM_PEAK_LONE); 97 new->peak->flux = source->peak->flux; 96 new->peak = pmPeakAlloc(xOut, yOut, source->peak->detValue, PM_PEAK_LONE); 97 new->peak->rawFlux = source->peak->rawFlux; 98 new->peak->smoothFlux = source->peak->smoothFlux; 98 99 new->type = source->type; 99 100 new->mode = source->mode;
Note:
See TracChangeset
for help on using the changeset viewer.
