check against BODY package for body styles

This commit is contained in:
Axel Kohlmeyer
2020-07-14 18:41:52 -04:00
parent ad818717cc
commit 2fb0f95324

View File

@ -2685,7 +2685,7 @@ TEST_F(AtomStyleTest, tri)
TEST_F(AtomStyleTest, body_nparticle) TEST_F(AtomStyleTest, body_nparticle)
{ {
if (!LAMMPS::is_installed_pkg("ASPHERE")) GTEST_SKIP(); if (!LAMMPS::is_installed_pkg("BODY")) GTEST_SKIP();
if (!verbose) ::testing::internal::CaptureStdout(); if (!verbose) ::testing::internal::CaptureStdout();
lmp->input->one("atom_style body nparticle 2 4"); lmp->input->one("atom_style body nparticle 2 4");