From 45945f117760101ddd80bdf8f130623fefd14649 Mon Sep 17 00:00:00 2001 From: Paul Bauer Date: Tue, 20 Apr 2021 13:20:27 +0200 Subject: [PATCH] Fix clang-format Was missing from previous commit. --- src/gromacs/mdlib/sim_util.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/gromacs/mdlib/sim_util.cpp b/src/gromacs/mdlib/sim_util.cpp index 58a405608c..232b587eb4 100644 --- a/src/gromacs/mdlib/sim_util.cpp +++ b/src/gromacs/mdlib/sim_util.cpp @@ -1274,9 +1274,9 @@ void do_force(FILE* fplog, GMX_MPI && simulationWork.useGpuPmePpCommunication && (stepWork.doNeighborSearch); auto* localXReadyOnDevice = (useGpuPmeOnThisRank || simulationWork.useGpuBufferOps) - ? stateGpu->getCoordinatesReadyOnDeviceEvent( - AtomLocality::Local, simulationWork, stepWork) - : nullptr; + ? stateGpu->getCoordinatesReadyOnDeviceEvent( + AtomLocality::Local, simulationWork, stepWork) + : nullptr; // Copy coordinate from the GPU if update is on the GPU and there // are forces to be computed on the CPU, or for the computation of -- 2.22.0