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:
John Tramm 2020-01-17 16:32:42 +00:00
parent 899ca376f4
commit 9f29ca9943

View file

@ -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;