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/domain.hpp

    r727 r731  
    9090         int getTotalNumberWrittenIndexes() const; 
    9191         int getOffsetWrittenIndexes() const; 
     92 
     93         std::map<int, StdSize> getAttributesBufferSize(); 
    9294 
    9395         bool isEmpty(void) const; 
Note: See TracChangeset for help on using the changeset viewer.