Changeset 27840 for branches/simtest_nebulous_branches/pstamp/src/ppstamp.c
- Timestamp:
- May 3, 2010, 8:50:52 AM (16 years ago)
- Location:
- branches/simtest_nebulous_branches
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
pstamp/src/ppstamp.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/simtest_nebulous_branches
- Property svn:mergeinfo changed
-
branches/simtest_nebulous_branches/pstamp/src/ppstamp.c
r16132 r27840 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.
