Ignore:
Timestamp:
04/21/17 13:53:33 (7 years ago)
Author:
yushan
Message:

From ADA, test_omp (test_client + openmp) OK. Todo: add field_C

File:
1 edited

Legend:

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

    r595 r1101  
    348348   U* CGroupTemplate<U, V, W>::createChild(const string& id)  
    349349  { 
     350    printf("U* CGroupTemplate<U, V, W>::createChild(const string& id) %p\n", this->getShared()); 
    350351    return CGroupFactory::CreateChild<V>(this->getShared(), id).get() ; 
    351352  } 
Note: See TracChangeset for help on using the changeset viewer.