Ignore:
Timestamp:
12/12/17 14:09:06 (6 years ago)
Author:
oabramkina
Message:

Fixing a bug in buffer evaluation: previously axis attributes were not evaluated correctly.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/node/axis.hpp

    r1353 r1371  
    7474         CArray<int, 1>& getCompressedIndexToWriteOnServer(MPI_Comm writtenCom); 
    7575 
    76          std::map<int, StdSize> getAttributesBufferSize(CContextClient* client, bool bufferForWriting = false); 
     76         std::map<int, StdSize> getAttributesBufferSize(CContextClient* client, const std::vector<int>& globalDim, int orderPositionInGrid, 
     77                                                        CServerDistributionDescription::ServerDistributionType disType = CServerDistributionDescription::BAND_DISTRIBUTION); 
    7778 
    7879         /// Test /// 
Note: See TracChangeset for help on using the changeset viewer.