Ignore:
Timestamp:
07/26/17 10:34:17 (7 years ago)
Author:
oabramkina
Message:

Minor modifications:

  • changing sizes of client buffers from int to size_t
  • adding attribute maxBufferSize.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/XIOS_DEV_CMIP6/src/cxios.hpp

    r1158 r1227  
    4747     static const double defaultBufferSizeFactor; //!< Default factor value 
    4848     static StdSize minBufferSize; //!< Minimum buffer size 
     49     static StdSize maxBufferSize; //!< Maximum buffer size 
    4950     static bool isOptPerformance; //!< Check if buffer size is for performance (as large as possible) 
    5051     static CRegistry* globalRegistry ; //!< global registry which is wrote by the root process of the servers 
Note: See TracChangeset for help on using the changeset viewer.