Unverified Commit 2fb0f953 authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

check against BODY package for body styles

parent ad818717
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2685,7 +2685,7 @@ TEST_F(AtomStyleTest, tri)

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();
    lmp->input->one("atom_style body nparticle 2 4");