Ignore:
Timestamp:
04/25/17 10:57:42 (7 years ago)
Author:
mhnguyen
Message:

Fixing a bug of detect missing value on sequence of transformation.

+) Correct bahavior on detect missing value is on: Only non NaN is transfered from source to dest

Test
+) On Curie
+) Work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/transformation/generic_algorithm_transformation.cpp

    r1076 r1104  
    4848    } 
    4949 
    50     for (int idx = 0; idx < nbLocalIndex; ++idx) 
    51     { 
    52       if (!flagInitial[localIndex[idx].first]) 
    53         dataOut(localIndex[idx].first) = defaultValue; 
    54     } 
     50    // for (int idx = 0; idx < nbLocalIndex; ++idx) 
     51    // { 
     52    //   if (!flagInitial[localIndex[idx].first]) 
     53    //     dataOut(localIndex[idx].first) = defaultValue; 
     54    // } 
    5555  } 
    5656  else 
Note: See TracChangeset for help on using the changeset viewer.