2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-25 04:22:17 +00:00

typo in doc

This commit is contained in:
Alain Miniussi
2016-10-15 22:45:18 +02:00
parent 56551fa441
commit ebb22ff06b

View File

@@ -225,7 +225,7 @@ public:
*/
int rank(const std::vector<int>& coords) const;
/**
* Return the rank of the source and targetdestination process through a shift.
* Return the rank of the source and target destination process through a shift.
* @param dim the dimension in which the shift takes place. 0 <= dim <= ndim().
* @param disp the shift displacement, can be positive (upward) or negative (downward).
*/