Changeset 24188
- Timestamp:
- May 14, 2009, 3:50:48 PM (17 years ago)
- Location:
- trunk/psphot/src
- Files:
-
- 2 edited
-
psphotModelBackground.c (modified) (1 diff)
-
psphotSourceFits.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotModelBackground.c
r23287 r24188 189 189 190 190 if (gotX && gotY) { 191 psTraceSetLevel ("psLib.math.vectorFittedStats_v4", 6);192 psTraceSetLevel ("psLib.math.vectorRobustStats", 6);191 (void) psTraceSetLevel ("psLib.math.vectorFittedStats_v4", 6); 192 (void) psTraceSetLevel ("psLib.math.vectorRobustStats", 6); 193 193 } else { 194 psTraceSetLevel ("psLib.math.vectorFittedStats_v4", 0);195 psTraceSetLevel ("psLib.math.vectorRobustStats", 0);194 (void) psTraceSetLevel ("psLib.math.vectorFittedStats_v4", 0); 195 (void) psTraceSetLevel ("psLib.math.vectorRobustStats", 0); 196 196 } 197 197 # endif -
trunk/psphot/src/psphotSourceFits.c
r23978 r24188 263 263 psFree (tmpSrc); 264 264 265 // psTraceSetLevel("psModules.objects.pmSourceFitSet", 0);265 // (void) psTraceSetLevel("psModules.objects.pmSourceFitSet", 0); 266 266 267 267 if (okEXT && okDBL) {
Note:
See TracChangeset
for help on using the changeset viewer.
