Ignore:
Timestamp:
06/18/18 20:32:55 (6 years ago)
Author:
yushan
Message:

branch_openmp merged with trunk r1544

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/branch_openmp/src/group_template_impl.hpp

    r1460 r1545  
    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 //   boost::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 //   boost::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 //   boost::shared_ptr<V> CGroupTemplate<U, V, W>::create(const string& id)  
    341 //   { 
    342 //       return CObjectFactory::CreateObject<V>(id) ; 
    343 //   } 
    344321   ///-------------------------------------------------------------- 
    345322 
Note: See TracChangeset for help on using the changeset viewer.