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

    r707 r731  
    9393         void resetNStepMax(); 
    9494 
    95          std::map<int, StdSize> getGridDataSize(); 
     95         std::map<int, StdSize> getGridAttributesBufferSize(); 
     96         std::map<int, StdSize> getGridDataBufferSize(); 
    9697 
    9798       public: 
Note: See TracChangeset for help on using the changeset viewer.