Changeset 63 for sources/src/sc_module.cc
- Timestamp:
- Oct 23, 2019, 12:33:29 PM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
sources/src/sc_module.cc
r62 r63 38 38 #include <vector> 39 39 #include <set> 40 #ifdef USE_OPENMP40 #ifdef _OPENMP 41 41 #include <omp.h> 42 42 #endif … … 131 131 module = &mod; 132 132 dont_initialize = false; 133 #ifdef USE_OPENMP133 #ifdef _OPENMP 134 134 omp_threadnum = omp_get_thread_num(); 135 135 #endif
Note: See TracChangeset
for help on using the changeset viewer.