- Timestamp:
- Mar 29, 2015, 5:55:41 AM (11 years ago)
- Location:
- branches/eam_branches/ipp-20150112/psphot
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20150112/psphot
- Property svn:mergeinfo set to
-
branches/eam_branches/ipp-20150112/psphot/src
- Property svn:ignore
-
old new 27 27 psmakecff 28 28 psphotFullForceSummary 29 psphotVersionDefinitions.h.tmp
-
- Property svn:ignore
-
branches/eam_branches/ipp-20150112/psphot/src/psphotFullForce.c
r36375 r38057 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.
