Ignore:
Timestamp:
02/01/17 11:11:56 (7 years ago)
Author:
ymipsl
Message:

Bug fix for spatial transformation. problem was occurred when providing spatial reduction with averaging.

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/filter/spatial_transform_filter.cpp

    r1018 r1042  
    193193        else dataCurrentDest(i) = defaultValue; 
    194194 
    195       std::vector<bool> localInitFlag(dataCurrentDest.size(), true); 
     195      std::vector<bool> localInitFlag(dataCurrentDest.numElements(), true); 
    196196      currentBuff = 0; 
    197197      for (itRecv = itbRecv; itRecv != iteRecv; ++itRecv) 
Note: See TracChangeset for help on using the changeset viewer.