From 17e949df55d0c7fd5aa400a5d7671c9cc5189bbb Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 4 Jan 2023 06:12:26 -0500 Subject: [PATCH] whitespace --- src/KOKKOS/fix_nvt_sllod_kokkos.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/KOKKOS/fix_nvt_sllod_kokkos.cpp b/src/KOKKOS/fix_nvt_sllod_kokkos.cpp index cd08958ad4..12b1e8f322 100644 --- a/src/KOKKOS/fix_nvt_sllod_kokkos.cpp +++ b/src/KOKKOS/fix_nvt_sllod_kokkos.cpp @@ -145,7 +145,7 @@ void FixNVTSllodKokkos::nh_v_temp() if (this->psllod_flag) { atomKK->sync(this->temperature->execution_space,this->temperature->datamask_read); - this->temperature->remove_bias_all(); + this->temperature->remove_bias_all(); atomKK->modified(this->temperature->execution_space,this->temperature->datamask_modify); } @@ -158,7 +158,7 @@ void FixNVTSllodKokkos::nh_v_temp() atomKK->modified(this->execution_space,V_MASK); atomKK->sync(this->temperature->execution_space,this->temperature->datamask_read); - this->temperature->restore_bias_all(); + this->temperature->restore_bias_all(); atomKK->modified(this->temperature->execution_space,this->temperature->datamask_modify); }