Skip to content

Commit

Permalink
core: ghosts: Corrected comment
Browse files Browse the repository at this point in the history
  • Loading branch information
fweik committed Oct 22, 2019
1 parent 1283c40 commit 44c7e62
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/core/ghosts.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -156,9 +156,8 @@ struct GhostCommunication {
/** Pointer array to particle lists to communicate. */
std::vector<Cell *> part_lists = {};

/** if \ref GhostCommunicator::data_parts has \ref GHOSTTRANS_POSSHFTD, then
this is the shift vector. Normally this is an integer multiple of the box
length. The shift is done on the sender side */
/** Position shift for ghost particles. The shift is done on the sender side.
*/
Utils::Vector3d shift = {};
};

Expand Down

0 comments on commit 44c7e62

Please sign in to comment.