From 1ba86aff0ba3addc89b454758ba77878ae8cf29e Mon Sep 17 00:00:00 2001 From: Berk Hess Date: Thu, 12 Sep 2019 12:03:49 +0200 Subject: [PATCH] Fix master not compiling A fast-forward merge broke compilation of tpi.cpp. Change-Id: I067042a6e02b272e7503ae3f876418dc0a114b91 --- src/gromacs/mdrun/tpi.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/gromacs/mdrun/tpi.cpp b/src/gromacs/mdrun/tpi.cpp index 3afadf161f..46c73da8d6 100644 --- a/src/gromacs/mdrun/tpi.cpp +++ b/src/gromacs/mdrun/tpi.cpp @@ -725,8 +725,7 @@ LegacySimulator::do_tpi() } /* Note: NonLocal refers to the inserted molecule */ - fr->nbv->setCoordinates(Nbnxm::AtomLocality::NonLocal, false, - x, BufferOpsUseGpu::False, nullptr); + fr->nbv->convertCoordinates(Nbnxm::AtomLocality::NonLocal, false, x); /* Clear some matrix variables */ clear_mat(force_vir); -- 2.11.4.GIT