Changeset 19227
- Timestamp:
- Aug 26, 2008, 3:04:17 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackSources.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackSources.c
r19226 r19227 288 288 float stdev = iter == 0 ? stats->sampleStdev : stats->clippedStdev; // Standard deviation 289 289 long numStats = iter == 0 ? numIn : stats->clippedNvalues; // Number used for statistics 290 psLogMsg("ppStack.sources", 7, "Magnitude difference from %ld overlaps is %f +/- %f\n",290 psLogMsg("ppStack.sources", PS_LOG_INFO, "Magnitude difference from %ld overlaps is %f +/- %f\n", 291 291 numStats, meanDiff, stdev); 292 292 psFree(stats);
Note:
See TracChangeset
for help on using the changeset viewer.
