mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-29 06:35:48 -04:00
Remove separate RNG stream for photons
This commit is contained in:
parent
8a07feebcb
commit
e0e5936b79
3 changed files with 5 additions and 13 deletions
|
|
@ -10,13 +10,11 @@ namespace openmc {
|
|||
// Module constants.
|
||||
//==============================================================================
|
||||
|
||||
constexpr int N_STREAMS {6};
|
||||
constexpr int N_STREAMS {4};
|
||||
constexpr int STREAM_TRACKING {0};
|
||||
constexpr int STREAM_TALLIES {1};
|
||||
constexpr int STREAM_SOURCE {2};
|
||||
constexpr int STREAM_URR_PTABLE {3};
|
||||
constexpr int STREAM_VOLUME {4};
|
||||
constexpr int STREAM_PHOTON {5};
|
||||
constexpr int STREAM_SOURCE {1};
|
||||
constexpr int STREAM_URR_PTABLE {2};
|
||||
constexpr int STREAM_VOLUME {3};
|
||||
constexpr int64_t DEFAULT_SEED {1};
|
||||
|
||||
//==============================================================================
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue