Ignore:
Timestamp:
04/21/17 14:56:25 (7 years ago)
Author:
yushan
Message:

clean up

File:
1 edited

Legend:

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

    r1101 r1102  
    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()); 
     350    //printf("U* CGroupTemplate<U, V, W>::createChild(const string& id) %p\n", this->getShared()); 
    351351    return CGroupFactory::CreateChild<V>(this->getShared(), id).get() ; 
    352352  } 
Note: See TracChangeset for help on using the changeset viewer.