Ignore:
Timestamp:
10/12/20 11:26:40 (4 years ago)
Author:
ymipsl
Message:

Rewrite file writing filter.
YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_ym/XIOS_COUPLING/src/node/field.hpp

    r1935 r1961  
    203203        void recvUpdateDataFromCoupler(std::map<int,CBufferIn*>& rankBuffers); // old interface to be removed 
    204204         
    205         void writeField(const CArray<double,1>& data); 
     205//        void writeField(const CArray<double,1>& data); 
    206206        bool sendReadDataRequest(const CDate& tsDataRequested); 
    207207        bool sendReadDataRequestIfNeeded(void); 
     
    246246        void recvAddVariableGroup(CBufferIn& buffer);         
    247247        void sendAddAllVariables(CContextClient* client); 
    248         void writeUpdateData(const CArray<double,1>& data); 
     248        //void writeUpdateData(const CArray<double,1>& data); 
    249249 
    250250        const std::vector<StdString>& getRefDomainAxisIds(); 
Note: See TracChangeset for help on using the changeset viewer.