Ignore:
Timestamp:
11/19/18 11:51:34 (6 years ago)
Author:
oabramkina
Message:

Dev: bugfix in case of a transformation on a non-ditributed element.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_olga/src/transformation/generic_algorithm_transformation.hpp

    r1589 r1599  
    9090//                                                  vector<int>& localSrc, vector<int>& localDst, vector<double>& weight, vector<bool>& localMaskOnGridDest); 
    9191  void computeTransformationMappingNonDistributed(int elementPositionInGrid, CGrid* gridSrc, CGrid* gridDst, 
    92                                                   vector<int>& localSrc, vector<int>& localDst, vector<double>& weight, int nbLocalIndexOnGridDest); 
     92                                                  vector<int>& localSrc, vector<int>& localDst, vector<double>& weight, int& nbLocalIndexOnGridDest); 
    9393  void nonDistributedrecursiveFunct(int currentPos, bool masked, int elementPositionInGrid,  vector< CArray<bool,1>* >& maskSrc, vector< CArray<bool,1>* >& maskDst, 
    9494                                    int& srcInd, int& srcIndCompressed, vector<int>& nIndexSrc, 
Note: See TracChangeset for help on using the changeset viewer.