Changeset 27004 for trunk/ppStack/src/ppStackCombineInitial.c
- Timestamp:
- Feb 18, 2010, 6:42:01 PM (16 years ago)
- Location:
- trunk/ppStack/src
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
ppStackCombineInitial.c (modified) (3 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/ppStackCombineInitial.c
r26454 r27004 20 20 if (!options->convolve) { 21 21 // No need to do initial combination when we haven't convolved 22 // XXX either allocate inspect and rejected here, or do not require them downstream22 // XXX either allocate inspect and rejected here, or do not require them downstream 23 23 return true; 24 24 } … … 37 37 if (!status) { 38 38 // Something went wrong 39 psError( PS_ERR_UNKNOWN, false, "Unable to read chunk %d", numChunk);39 psError(psErrorCodeLast(), false, "Unable to read chunk %d", numChunk); 40 40 return false; 41 41 } … … 57 57 58 58 if (!psThreadPoolWait(false)) { 59 psError( PS_ERR_UNKNOWN, false, "Unable to do initial combination.");59 psError(psErrorCodeLast(), false, "Unable to do initial combination."); 60 60 return false; 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.
