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/node/variable.hpp

    r1041 r1460  
    3232         , public CVariableAttributes 
    3333      { 
     34                     /// typedef /// 
     35            typedef CObjectTemplate<CVariable>   SuperClass; 
     36            typedef CVariableAttributes SuperClassAttribute; 
     37             
     38         public : 
    3439            enum EEventId 
    3540            { 
    3641             EVENT_ID_VARIABLE_VALUE 
    3742            }; 
    38  
    39             /// typedef /// 
    40             typedef CObjectTemplate<CVariable>   SuperClass; 
    41             typedef CVariableAttributes SuperClassAttribute; 
    4243 
    4344            friend class CVariableGroup; 
     
    7980            //! Sending a request to set up variable data 
    8081            void sendValue(); 
     82            void sendValue(CContextClient* client, bool clientPrim = false); 
    8183 
    8284            static void recvValue(CEventServer& event) ; 
Note: See TracChangeset for help on using the changeset viewer.