From 84af8a587da11f109507961cf29a47e506a20384 Mon Sep 17 00:00:00 2001 From: Artem Zhmurov Date: Wed, 19 May 2021 18:46:59 +0300 Subject: [PATCH] Fix clang-format Introduced in e3aaab14bcc05164ad6c82ac28d7dd1af99bd576 --- src/gromacs/mdlib/coupling.cpp | 4 ++-- src/gromacs/mdrun/md.cpp | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/gromacs/mdlib/coupling.cpp b/src/gromacs/mdlib/coupling.cpp index ef2a5c5048..fb92b1e556 100644 --- a/src/gromacs/mdlib/coupling.cpp +++ b/src/gromacs/mdlib/coupling.cpp @@ -881,8 +881,8 @@ void calculateScalingMatrixImplDetail(const t_input real dt, const matrix pres, const matrix box, - real scalar_pressure, - real xy_pressure, + real scalar_pressure, + real xy_pressure, int64_t gmx_unused step) { real p_corr_z = 0; diff --git a/src/gromacs/mdrun/md.cpp b/src/gromacs/mdrun/md.cpp index ed1f08b791..909fb5f065 100644 --- a/src/gromacs/mdrun/md.cpp +++ b/src/gromacs/mdrun/md.cpp @@ -364,8 +364,8 @@ void gmx::LegacySimulator::do_md() ForceBuffers f(fr->useMts, ((useGpuForNonbonded && useGpuForBufferOps) || useGpuForUpdate) - ? PinningPolicy::PinnedIfSupported - : PinningPolicy::CannotBePinned); + ? PinningPolicy::PinnedIfSupported + : PinningPolicy::CannotBePinned); const t_mdatoms* md = mdAtoms->mdatoms(); if (DOMAINDECOMP(cr)) { @@ -1298,7 +1298,7 @@ void gmx::LegacySimulator::do_md() state->v.rvec_array(), md->homenr, md->cTC ? gmx::arrayRefFromArray(md->cTC, md->nr) - : gmx::ArrayRef()); + : gmx::ArrayRef()); /* history is maintained in state->dfhist, but state_global is what is sent to trajectory and log output */ if (MASTER(cr)) { -- 2.22.0