mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Remove thread_id and n_threads global variables
This commit is contained in:
parent
d980b4a5ea
commit
49bf4523c3
13 changed files with 37 additions and 81 deletions
|
|
@ -11,7 +11,9 @@
|
|||
#include <unordered_map>
|
||||
#include <utility> // for pair
|
||||
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
#include "xtensor/xview.hpp"
|
||||
|
||||
#include "openmc/capi.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue