Changeset 37941 for trunk/psphot/src/psphotFullForce.c
- Timestamp:
- Mar 3, 2015, 1:54:23 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/psphot/src/psphotFullForce.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psphot/src/psphotFullForce.c
r36375 r37941 10 10 pmConfig *config = psphotFullForceArguments (argc, argv); 11 11 assert(config); 12 13 if (!psphotStatsFileOpen(config)) { 14 psErrorStackPrint(stderr, "Error creating statsFile\n"); 15 exit (psphotGetExitStatus()); 16 } 12 17 13 18 psphotVersionPrint(); … … 25 30 } 26 31 27 psLogMsg ("psphot", 3, "complete psphot run: %f sec\n", psTimerMark ("complete"));32 psLogMsg ("psphot", 3, "complete psphotFullForce run: %f sec\n", psTimerMark ("complete")); 28 33 29 34 psErrorCode exit_status = psphotGetExitStatus();
Note:
See TracChangeset
for help on using the changeset viewer.
