Changeset 25406 for branches/eam_branches/20090715/pstamp/src/ppstamp.c
- Timestamp:
- Sep 15, 2009, 4:02:42 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20090715/pstamp/src/ppstamp.c
r16132 r25406 29 29 30 30 // find the pixels that we need to copy, setup the output image 31 if (ppstampMakeStamp(config, options)) { 32 exitCode = 0; 33 } else { 34 exitCode = PS_EXIT_DATA_ERROR; 35 } 31 exitCode = ppstampMakeStamp(config, options); 36 32 37 33 psLogMsg ("ppstamp", 3, "Complete ppstamp run: %f sec\n", psTimerMark(TIMERNAME));
Note:
See TracChangeset
for help on using the changeset viewer.
