Ignore:
Timestamp:
02/23/12 14:57:50 (12 years ago)
Author:
ymipsl
Message:

Add splitting file functionality
new file attribut "split_freq" to put the frequency of splitting

YM

File:
1 edited

Legend:

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

    r286 r321  
    2525            /// Ecriture /// 
    2626            void writeFile     (const boost::shared_ptr<tree::CFile>  file); 
     27            void syncFile     (void); 
    2728            void closeFile     (void); 
    2829            void writeField    (const boost::shared_ptr<tree::CField> field); 
     
    4546            virtual void writeFile_       (const boost::shared_ptr<tree::CFile>     file)   = 0; 
    4647            virtual void closeFile_       (void)                                            = 0; 
     48            virtual void syncFile_       (void)                                            = 0; 
    4749            virtual void writeField_      (const boost::shared_ptr<tree::CField>    field)  = 0; 
    4850            virtual void writeFieldData_  (const boost::shared_ptr<tree::CField>    field)  = 0; 
Note: See TracChangeset for help on using the changeset viewer.