From a3524fc7a10151004baf5a5164d6b1f6edbc2b43 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 21 Feb 2022 21:33:27 -0500 Subject: [PATCH] update atc lib --- lib/atc/LammpsInterface.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/atc/LammpsInterface.cpp b/lib/atc/LammpsInterface.cpp index ea8a64ec4c..02ace08416 100644 --- a/lib/atc/LammpsInterface.cpp +++ b/lib/atc/LammpsInterface.cpp @@ -103,7 +103,7 @@ LammpsInterface::LammpsInterface() MPI_Comm LammpsInterface::world() const { return lammps_->world; } void LammpsInterface::set_fix_pointer(LAMMPS_NS::Fix * thisFix) { fixPointer_ = thisFix; } -void LammpsInterface::forward_comm_fix() const { lammps_->comm->forward_comm_fix(fixPointer_); } +void LammpsInterface::forward_comm_fix() const { lammps_->comm->forward_comm(fixPointer_); } void LammpsInterface::comm_borders() const { lammps_->comm->borders(); } #ifndef ISOLATE_FE