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:
John Tramm 2020-01-17 15:59:37 +00:00
parent 1c48584c46
commit 68a834f780

View file

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