no need to use default argument

This commit is contained in:
Axel Kohlmeyer
2022-02-21 22:12:26 -05:00
parent 66d7f55a20
commit b91788bf71

View File

@ -379,7 +379,7 @@ void FixNeighHistory::pre_exchange_newton()
// perform reverse comm to augment owned npartner counts with ghost counts
commflag = NPARTNER;
comm->reverse_comm(this,0);
comm->reverse_comm(this);
// get page chunks to store partner IDs and values for owned+ghost atoms