From 2fb0f95324737c06a1221a4a00e443c60435a976 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Tue, 14 Jul 2020 18:41:52 -0400 Subject: [PATCH] check against BODY package for body styles --- unittest/formats/test_atom_styles.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unittest/formats/test_atom_styles.cpp b/unittest/formats/test_atom_styles.cpp index 683354f872..8e10fa0253 100644 --- a/unittest/formats/test_atom_styles.cpp +++ b/unittest/formats/test_atom_styles.cpp @@ -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");