Changeset 8405 for trunk/ppMerge/src/ppMerge.c
- Timestamp:
- Aug 16, 2006, 4:18:39 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ppMerge/src/ppMerge.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppMerge/src/ppMerge.c
r7751 r8405 2 2 #include <pslib.h> 3 3 #include <psmodules.h> 4 #include <ppStats.h> 4 5 5 6 #include "ppMerge.h" … … 49 50 ppMergeCombine(scale, zero, data, options, config); 50 51 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 55 fprintf(data->statsFile, "%s", statsOut); 56 psFree(statsOut); 57 psFree(stats); 58 } 59 51 60 pmFPAPrint(stdout, data->out, true, true); 52 61
Note:
See TracChangeset
for help on using the changeset viewer.
