Ignore:
Timestamp:
10/13/15 15:14:23 (9 years ago)
Author:
rlacroix
Message:

Correctly estimate the needed buffer sizes.

The attributes were not considered which could lead to incorrect estimations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/node/grid.hpp

    r687 r731  
    158158         void computeDomConServer(); 
    159159         std::map<int, int> getDomConServerSide(); 
    160          std::map<int, StdSize> getConnectedServerDataSize(); 
     160         std::map<int, StdSize> getAttributesBufferSize(); 
     161         std::map<int, StdSize> getDataBufferSize(const std::string& id = ""); 
    161162         std::vector<StdString> getDomainList(); 
    162163         std::vector<StdString> getAxisList(); 
Note: See TracChangeset for help on using the changeset viewer.