Converted fission bank to SharedArray type.

This commit is contained in:
John Tramm 2020-01-23 20:28:55 +00:00
parent 6bf15297ec
commit 56e314d724
7 changed files with 32 additions and 45 deletions

View file

@ -4,6 +4,9 @@
//! \file shared_array.h
//! \brief Shared array data structure
#include<memory>
namespace openmc {
//==============================================================================