removed more whitespace

This commit is contained in:
alphataubio
2024-06-05 19:55:38 -04:00
parent f2db99193e
commit 44e13d97c6
2 changed files with 3 additions and 3 deletions

View File

@ -243,7 +243,7 @@ void AngleSPICAKokkos<DeviceType>::operator()(TagAngleSPICACompute<NEWTON_BOND,E
f13 *= r2inv;
}
}
// force & energy
@ -314,7 +314,7 @@ void AngleSPICAKokkos<DeviceType>::allocate()
k_theta0 = typename ArrayTypes<DeviceType>::tdual_ffloat_1d("AngleSPICA::theta0",n+1);
k_repscale = typename ArrayTypes<DeviceType>::tdual_ffloat_1d("AngleSPICA::repscale",n+1);
k_setflag = typename ArrayTypes<DeviceType>::tdual_int_1d("AngleSPICA::setflag",n+1);
d_k = k_k.template view<DeviceType>();
d_theta0 = k_theta0.template view<DeviceType>();
d_repscale = k_repscale.template view<DeviceType>();

View File

@ -706,7 +706,7 @@ TEST(AngleStyle, numdiff)
TEST(AngleStyle, single)
{
if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP();
// angle-spica test not compatible with pair zero
if (utils::strmatch(test_config.angle_style, "^spica")) GTEST_SKIP();