removed more whitespace
This commit is contained in:
@ -243,7 +243,7 @@ void AngleSPICAKokkos<DeviceType>::operator()(TagAngleSPICACompute<NEWTON_BOND,E
|
|||||||
f13 *= r2inv;
|
f13 *= r2inv;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
// force & energy
|
// force & energy
|
||||||
|
|
||||||
@ -314,7 +314,7 @@ void AngleSPICAKokkos<DeviceType>::allocate()
|
|||||||
k_theta0 = typename ArrayTypes<DeviceType>::tdual_ffloat_1d("AngleSPICA::theta0",n+1);
|
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_repscale = typename ArrayTypes<DeviceType>::tdual_ffloat_1d("AngleSPICA::repscale",n+1);
|
||||||
k_setflag = typename ArrayTypes<DeviceType>::tdual_int_1d("AngleSPICA::setflag",n+1);
|
k_setflag = typename ArrayTypes<DeviceType>::tdual_int_1d("AngleSPICA::setflag",n+1);
|
||||||
|
|
||||||
d_k = k_k.template view<DeviceType>();
|
d_k = k_k.template view<DeviceType>();
|
||||||
d_theta0 = k_theta0.template view<DeviceType>();
|
d_theta0 = k_theta0.template view<DeviceType>();
|
||||||
d_repscale = k_repscale.template view<DeviceType>();
|
d_repscale = k_repscale.template view<DeviceType>();
|
||||||
|
|||||||
@ -706,7 +706,7 @@ TEST(AngleStyle, numdiff)
|
|||||||
TEST(AngleStyle, single)
|
TEST(AngleStyle, single)
|
||||||
{
|
{
|
||||||
if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP();
|
if (test_config.skip_tests.count(test_info_->name())) GTEST_SKIP();
|
||||||
|
|
||||||
// angle-spica test not compatible with pair zero
|
// angle-spica test not compatible with pair zero
|
||||||
if (utils::strmatch(test_config.angle_style, "^spica")) GTEST_SKIP();
|
if (utils::strmatch(test_config.angle_style, "^spica")) GTEST_SKIP();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user