rename reverse communication calls

This commit is contained in:
Axel Kohlmeyer
2022-02-21 21:18:28 -05:00
parent 4c0192cae1
commit de4a9f268e
72 changed files with 151 additions and 151 deletions

View File

@ -172,7 +172,7 @@ void ComputeAggregateAtom::compute_peratom()
// reverse communication when bonds are not stored on every processor
if (force->newton_bond)
comm->reverse_comm_compute(this);
comm->reverse_comm(this);
change = 0;
while (true) {