Ignore:
Timestamp:
12/18/18 17:34:59 (5 years ago)
Author:
yushan
Message:

bug fix (Nb of files less than Nb of servers)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/object_factory_decl_macro.hpp

    r1591 r1628  
    1010  template int CObjectFactory::GetObjectIdNum<U>(void); \ 
    1111  template const std::vector<std::shared_ptr<U> >& CObjectFactory::GetObjectVector<U>(const StdString& context ); \ 
     12  template int CObjectFactory::CheckObjectVector<U>( ); \ 
    1213  template bool CObjectFactory::HasObject<U>(const StdString& id); \ 
    1314  template bool CObjectFactory::HasObject<U>(const StdString& context,const StdString& id); \ 
Note: See TracChangeset for help on using the changeset viewer.