Changeset 1324
- Timestamp:
- 11/08/17 12:14:06 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/transformation/axis_algorithm_interpolate.cpp
r1311 r1324 148 148 while (it < iteRange) 149 149 { 150 while ( ((*itsecond -*it) < precision) && itsecond < ite)150 while ( (itsecond < ite) && ((*itsecond -*it) < precision) ) 151 151 { ++itsecond; ++it; } 152 152 int index = std::distance(itb, it);
Note: See TracChangeset
for help on using the changeset viewer.