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

branch_openmp merged with trunk r1597

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/type/type_impl.hpp

    r1478 r1601  
    8888  { 
    8989    this->checkEmpty(); 
    90    return *ptrValue ; 
     90    return *ptrValue ; 
    9191  } 
    9292 
     
    129129   CType<T>::operator const T&() const 
    130130   { 
    131     this->checkEmpty(); 
    132     return *ptrValue ; 
     131     this->checkEmpty(); 
     132     return *ptrValue ; 
    133133   } 
    134134 
Note: See TracChangeset for help on using the changeset viewer.