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.cpp

    r1589 r1599  
    845845void CGenericAlgorithmTransformation::computeTransformationMappingNonDistributed(int elementPositionInGrid, CGrid* gridSrc, CGrid* gridDst, 
    846846                                                                                 vector<int>& localSrc, vector<int>& localDst, vector<double>& weight, 
    847                                                                                  int nlocalIndexDest) 
     847                                                                                 int& nlocalIndexDest) 
    848848{ 
    849849 
     
    10061006  int srcIndCompressed=0 ; 
    10071007   
    1008 //  nonDistributedrecursiveFunct(nElement-1,true,elementPositionInGrid,maskSrc,maskDst, srcInd, srcIndCompressed, nIndexSrc, t, dstIndWeight, 
    1009 //                               currentInd,localSrc,localDst,weight, localMaskOnSrcGrid, localMaskOnGridDest ); 
    1010 //  nonDistributedrecursiveFunct(nElement-1,true,elementPositionInGrid,maskSrc,maskDst, srcInd, srcIndCompressed, nIndexSrc, t, dstIndWeight, 
    1011 //                               currentInd,localSrc,localDst,weight, localMaskOnGridDest ); 
    10121008  nonDistributedrecursiveFunct(nElement-1,true,elementPositionInGrid,maskSrc,maskDst, srcInd, srcIndCompressed, nIndexSrc, t, dstIndWeight,   
    10131009                               currentInd,localSrc,localDst,weight); 
Note: See TracChangeset for help on using the changeset viewer.