From b91788bf71b978753ed730aa4d5ce440c8df0495 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 21 Feb 2022 22:12:26 -0500 Subject: [PATCH] no need to use default argument --- src/fix_neigh_history.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_neigh_history.cpp b/src/fix_neigh_history.cpp index 2bdc015aa6..05df4d078c 100644 --- a/src/fix_neigh_history.cpp +++ b/src/fix_neigh_history.cpp @@ -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