Ignore:
Timestamp:
11/19/18 15:52:54 (5 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/attribute_template_impl.hpp

    r1478 r1601  
    8282 
    8383      template <class T> 
    84          T CAttributeTemplate<T>::getValue(void) const 
     84      T CAttributeTemplate<T>::getValue(void) const 
    8585      { 
    8686        return CType<T>::get() ; 
     
    112112 
    113113      template <class T> 
    114          void CAttributeTemplate<T>::setValue(const T & value) 
     114      void CAttributeTemplate<T>::setValue(const T & value) 
    115115      { 
    116116         CType<T>::set(value) ; 
Note: See TracChangeset for help on using the changeset viewer.