1 #ifndef _RAVELIN_FAST_THREADABLE_H_
2 #define _RAVELIN_FAST_THREADABLE_H_
26 _x.resize(omp_get_max_threads());
33 return _x[omp_get_thread_num()];
This class exists solely to make static declaration of dynamically allocated variables safe...
Definition: FastThreadable.h:13