Changeset 36623 for trunk/psModules/src/objects/pmSource.c
- Timestamp:
- Mar 31, 2014, 2:36:01 PM (12 years ago)
- Location:
- trunk
- Files:
-
- 3 edited
-
. (modified) (1 prop)
-
psModules/src/objects (modified) (1 prop)
-
psModules/src/objects/pmSource.c (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:mergeinfo changed
/branches/eam_branches/ipp-20140226 (added) merged: 36561,36563,36619-36622
- Property svn:mergeinfo changed
-
trunk/psModules/src/objects
- Property svn:ignore
-
old new 12 12 pmSourceIO_CMF_PS1_V1.v1.c 13 13 pmSourceIO_CMF_PS1_V4.c 14 pmSourceIO_CMF_PS1_V5.c 14 15 pmSourceIO_CMF_PS1_SV1.c 15 16 pmSourceIO_CMF_PS1_SV2.c
-
- Property svn:ignore
-
trunk/psModules/src/objects/pmSource.c
r36375 r36623 41 41 #include "pmSourcePhotometry.h" 42 42 #include "pmSourceSatstar.h" 43 #include "pmSourceLensing.h" 43 44 #include "pmSource.h" 44 45 … … 68 69 psFree(tmp->galaxyFits); 69 70 psFree(tmp->radialAper); 71 psFree(tmp->lensingOBJ); 72 psFree(tmp->lensingPSF); 70 73 psTrace("psModules.objects", 10, "---- end ----\n"); 71 74 } … … 166 169 source->diffStats = NULL; 167 170 source->galaxyFits = NULL; 171 source->lensingOBJ = NULL; 172 source->lensingPSF = NULL; 168 173 source->radialAper = NULL; 169 174 source->parent = NULL; … … 249 254 250 255 source->region = in->region; 256 257 // XXX I am not copying the pointers to things like the blends, satstar profile, galaxyFits, etc 251 258 252 259 return(source);
Note:
See TracChangeset
for help on using the changeset viewer.
