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/group_template_impl.hpp

    r1545 r1642  
    319319   { /* Ne rien faire de plus */ } 
    320320    
     321//   template <class U, class V, class W> 
     322//   bool CGroupTemplate<U, V, W>::has(const string& id)  
     323//   { 
     324//       return CObjectFactory::HasObject<V>(id) ; 
     325//   } 
     326 
     327//   template <class U, class V, class W> 
     328//   std::shared_ptr<V> CGroupTemplate<U, V, W>::get(const string& id)  
     329//   { 
     330//       return CObjectFactory::GetObject<V>(id) ; 
     331//   } 
     332 
     333//   template <class U, class V, class W> 
     334//   std::shared_ptr<V> CGroupTemplate<U, V, W>::get()  
     335//   { 
     336//       return CObjectFactory::GetObject<V>(this) ; 
     337//   } 
     338    
     339//   template <class U, class V, class W> 
     340//   std::shared_ptr<V> CGroupTemplate<U, V, W>::create(const string& id)  
     341//   { 
     342//       return CObjectFactory::CreateObject<V>(id) ; 
     343//   } 
    321344   ///-------------------------------------------------------------- 
    322345 
Note: See TracChangeset for help on using the changeset viewer.