IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 1, 2021, 2:26:09 PM (5 years ago)
Author:
eugene
Message:

fix if-block to escape from loop

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20211108/psModules/src/imcombine/pmStack.c

    r41945 r41947  
    15381538#define SORT_VALUES(NVALUES) { PSSORT(NVALUES, SORT_VV_COMPARE, SORT_VV_SWAP, F32); }
    15391539
    1540 #define ESCAPE                                                          \
     1540#define ESCAPE  {                                                       \
    15411541  combined->image->data.F32[y][x] = NAN;                                \
    15421542  combined->variance->data.F32[y][x] = NAN;                             \
     
    15461546    expmaps->variance->data.F32[y][x] = 0.0;                            \
    15471547    expmaps->mask->data.PS_TYPE_IMAGE_MASK_DATA[y][x] = 0;              \
    1548   }                                                                     \
    1549   continue;
     1548  } continue; }
    15501549
    15511550bool pmStackCombineByPercentile(
Note: See TracChangeset for help on using the changeset viewer.