Remove thread_id and n_threads global variables

This commit is contained in:
Paul Romano 2019-03-19 10:11:39 -05:00
parent d980b4a5ea
commit 49bf4523c3
13 changed files with 37 additions and 81 deletions

View file

@ -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"