mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Converted fission bank to SharedArray type.
This commit is contained in:
parent
6bf15297ec
commit
56e314d724
7 changed files with 32 additions and 45 deletions
|
|
@ -4,6 +4,9 @@
|
|||
//! \file shared_array.h
|
||||
//! \brief Shared array data structure
|
||||
|
||||
#include<memory>
|
||||
|
||||
|
||||
namespace openmc {
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue