Ignore:
Timestamp:
03/22/18 10:43:20 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with XIOS_DEV_CMIP6@1459

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/attribute.hpp

    r1112 r1460  
    4545            //! Returns true if and only if the attribute should be publicly exposed in the API 
    4646            virtual bool isPublic() const { return true; } 
     47             
     48            //! Return true if the attribute should be sent to other clients or servers 
     49            virtual bool doSend() const { return true; } 
    4750 
    4851            /* 
Note: See TracChangeset for help on using the changeset viewer.