Changeset 19505
- Timestamp:
- Sep 11, 2008, 2:59:54 PM (18 years ago)
- File:
-
- 1 edited
-
trunk/ppStack/src/ppStackLoop.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ppStack/src/ppStackLoop.c
r19477 r19505 12 12 #include "ppStack.h" 13 13 14 //#define TESTING14 #define TESTING 15 15 16 16 #define WCS_TOLERANCE 0.001 // Tolerance for WCS … … 529 529 for (int i = 0; i < num; i++) { 530 530 pmCell *inCell = cells->data[i]; // Input cell 531 if (!inCell) { 532 exptimes->data.F32[i] = 0.0; 533 continue; 534 } 531 535 exptimes->data.F32[i] = psMetadataLookupF32(NULL, inCell->concepts, "CELL.EXPOSURE"); 532 536 psListAdd(cellList, PS_LIST_TAIL, inCell);
Note:
See TracChangeset
for help on using the changeset viewer.
