Ignore:
Timestamp:
01/23/19 10:31:44 (5 years ago)
Author:
yushan
Message:

dev on ADA. add flag switch _usingEP/_usingMPI

File:
1 edited

Legend:

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

    r1482 r1642  
    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.