Changeset 8720 for trunk/ppMerge/src/ppMerge.c
- Timestamp:
- Aug 31, 2006, 12:56:03 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMerge.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMerge.c
r8405 r8720 2 2 #include <pslib.h> 3 3 #include <psmodules.h> 4 #include <ppStats.h>5 4 6 5 #include "ppMerge.h" … … 50 49 ppMergeCombine(scale, zero, data, options, config); 51 50 51 // Output the statistics 52 52 if (data->statsFile) { 53 psMetadata *stats = ppStats(NULL, data->out, NULL, config); // Statistics for output FPA 54 psString statsOut = psMetadataConfigFormat(stats); // String to write out 53 psString statsOut = psMetadataConfigFormat(data->stats); // String to write out 55 54 fprintf(data->statsFile, "%s", statsOut); 56 55 psFree(statsOut); 57 psFree(stats);58 56 } 59 57
Note:
See TracChangeset
for help on using the changeset viewer.
