Changeset 27004 for trunk/ppStack/src/ppStackCombinePrepare.c
- Timestamp:
- Feb 18, 2010, 6:42:01 PM (16 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStackCombinePrepare.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src
- Property svn:ignore
-
old new 10 10 stamp-h1 11 11 ppStackVersionDefinitions.h 12 ppStackErrorCodes.c 13 ppStackErrorCodes.h
-
- Property svn:ignore
-
trunk/ppStack/src/ppStackCombinePrepare.c
r26076 r27004 20 20 ppStackThread *thread = stack->threads->data[0]; // Representative thread 21 21 if (!pmReadoutStackSetOutputSize(&col0, &row0, &numCols, &numRows, thread->readouts)) { 22 psError(P S_ERR_UNKNOWN, false, "problem setting output readout size.");22 psError(PPSTACK_ERR_ARGUMENTS, false, "problem setting output readout size."); 23 23 return false; 24 24 } … … 45 45 46 46 if (!pmReadoutStackDefineOutput(options->outRO, col0, row0, numCols, numRows, true, true, maskBad)) { 47 psError(P S_ERR_UNKNOWN, false, "Unable to prepare output.");47 psError(PPSTACK_ERR_ARGUMENTS, false, "Unable to prepare output."); 48 48 return false; 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.
