Changeset 1770 for XIOS


Ignore:
Timestamp:
11/14/19 10:19:55 (4 years ago)
Author:
yushan
Message:

dev_trunk_omp : merge modif with trunk r1767

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/transformation/domain_algorithm_interpolate.cpp

    r1769 r1770  
    11201120      } 
    11211121    } 
     1122    else 
     1123    { 
     1124      for (int idx = 0; idx <nbIndex; ++idx) 
     1125      { 
     1126        dataOut(idx) = defaultValue; // If allMissing has no element means you have no source element so target is NaN 
     1127      } 
     1128    } 
    11221129     
    11231130    if (renormalize) 
Note: See TracChangeset for help on using the changeset viewer.