mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-27 21:55:41 -04:00
Added comment warning for Particle::Bank struct defintion that changes to it must also be made in MPI type declaration.
This commit is contained in:
parent
1c48584c46
commit
68a834f780
1 changed files with 3 additions and 0 deletions
|
|
@ -163,6 +163,9 @@ public:
|
|||
};
|
||||
|
||||
//! Saved ("banked") state of a particle
|
||||
//! NOTE: This structure's MPI type is built in initialize_mpi() of
|
||||
//! initialize.cpp. Any changes made to the struct here must also be
|
||||
//! made when building the Bank MPI type in initialize_mpi().
|
||||
struct Bank {
|
||||
Position r;
|
||||
Direction u;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue