Changeset 27686 for trunk/ippToPsps/src/ippToPspsBatchDifference.c
- Timestamp:
- Apr 14, 2010, 4:17:29 PM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippToPsps/src/ippToPspsBatchDifference.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippToPsps/src/ippToPspsBatchDifference.c
r27431 r27686 14 14 \brief Loops round all the diff cmf files (one per skycell) and generates one FITS 15 15 */ 16 boolippToPsps_batchDifference(IppToPsps *this) {16 int ippToPsps_batchDifference(IppToPsps *this) { 17 17 18 if (this->numOfInputFiles < 1) return false;18 if (this->numOfInputFiles < 1) return PS_EXIT_DATA_ERROR; 19 19 20 20 uint32_t skycell = 0; // TODO … … 116 116 } 117 117 118 return true;118 return PS_EXIT_SUCCESS; 119 119 }
Note:
See TracChangeset
for help on using the changeset viewer.
