Ignore:
Timestamp:
10/05/15 15:32:52 (9 years ago)
Author:
rlacroix
Message:

Rename "buffer_factor_size" to "buffer_size_factor" to clarify its meaning.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/cxios.hpp

    r697 r718  
    4040     static bool usingOasis ; //!< Using Oasis 
    4141     static bool usingServer ; //!< Using server (server mode) 
    42      static double bufferServerFactorSize ; //!< Factor helps tune buffer size 
    43      static double defaultBufferServerFactorSize ; //!< Default factor value 
     42     static double bufferSizeFactor; //!< Factor used to tune the buffer size 
     43     static const double defaultBufferSizeFactor; //!< Default factor value 
    4444     static bool isOptPerformance; //!< Check if buffer size is for performance (as large as possible) 
    4545     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.