Changeset 27077 for trunk/ppSub/src/ppSub.c
- Timestamp:
- Feb 25, 2010, 11:24:32 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ppSub/src/ppSub.c (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppSub/src/ppSub.c
r27061 r27077 63 63 64 64 die: 65 psTrace("ppSub", 1, "Finished at %f sec\n", psTimerMark("ppSub"));66 psTimerStop();67 68 65 if (data && data->stats && data->statsFile) { 69 66 psString stats = psMetadataConfigFormat(data->stats); // Statistics to output … … 90 87 psFree(data); 91 88 } 92 93 pmVisualClose(); //close plot windows, if -visual is set94 pmModelClassCleanup();95 pmConfigDone();96 psLibFinalize();97 89 98 90 psExit exitValue = PS_EXIT_SUCCESS; // Exit value for program … … 136 128 } 137 129 130 if (config && !ppSubFilesIterateUp(config, PPSUB_FILES_ALL)) { 131 psErrorStackPrint(stderr, "Unable to close files."); 132 } 133 134 psTrace("ppSub", 1, "Finished at %f sec\n", psTimerMark("ppSub")); 135 psTimerStop(); 136 137 pmVisualClose(); //close plot windows, if -visual is set 138 pmModelClassCleanup(); 139 pmConfigDone(); 140 psLibFinalize(); 141 138 142 exit(exitValue); 139 143 }
Note:
See TracChangeset
for help on using the changeset viewer.
