mirror of
https://github.com/openmc-dev/openmc.git
synced 2026-07-26 13:15:39 -04:00
Added another annotation to the Particle::Bank struct definition, alerting that this structure is also defined in the python C interface.
This commit is contained in:
parent
899ca376f4
commit
9f29ca9943
1 changed files with 3 additions and 0 deletions
|
|
@ -166,6 +166,9 @@ public:
|
|||
//! 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().
|
||||
//! NOTE: This structure is also used on the python side, and is defined
|
||||
//! in lib/core.py. Changes made to the type here must also be made to the
|
||||
//! python defintion.
|
||||
struct Bank {
|
||||
Position r;
|
||||
Direction u;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue