Changeset 1407
- Timestamp:
- 01/23/18 15:15:36 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/transformation/generic_algorithm_transformation.cpp
r1404 r1407 927 927 CArray<bool,1>& localMask=axis->mask ; 928 928 int nbInd=0 ; 929 for(int j=0; i<nIndex;j++) if (localMask(j)) nbInd++ ;929 for(int j=0;j<nIndex;j++) if (localMask(j)) nbInd++ ; 930 930 nIndexDst[i] = nbInd ; 931 931 maskDst[i]=&axis->mask ;
Note: See TracChangeset
for help on using the changeset viewer.