Ignore:
Timestamp:
06/25/19 16:14:54 (5 years ago)
Author:
yushan
Message:

MARK: Dynamic workflow graph developement. Branch up to date with trunk @1663.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/filter/garbage_collector.cpp

    r1668 r1677  
    33namespace xios 
    44{ 
    5  
    6   int InvalidableObject::count = 0; 
    7   #pragma omp threadprivate(InvalidableObject::count) 
     5  int InvalidableObject::filterIdGenerator = 0; 
     6  #pragma omp threadprivate(InvalidableObject::filterIdGenerator) 
    87   
    98  void CGarbageCollector::registerObject(InvalidableObject* Object, Time timestamp) 
Note: See TracChangeset for help on using the changeset viewer.