angle-spica.yaml using in.spica and data.spica
in.spica and data.spica based on in.fourmol and data.fourmol with pair style lj_spica instead of pair style zero
This commit is contained in:
@ -706,6 +706,9 @@ 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();
|
||||
|
||||
LAMMPS::argv args = {"AngleStyle", "-log", "none", "-echo", "screen", "-nocite"};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user