whitespace fix

This commit is contained in:
Axel Kohlmeyer
2020-10-29 14:52:22 -04:00
parent f2b9db0de4
commit 26a8d875e9

View File

@ -4518,7 +4518,7 @@ TEST_F(AtomStyleTest, template_charge)
ASSERT_THAT(std::string(lmp->atom->atom_style), Eq("hybrid"));
ASSERT_NE(lmp->atom->avec, nullptr);
ASSERT_EQ(lmp->atom->natoms, 16);
ASSERT_EQ(lmp->atom->nlocal, 16);
ASSERT_EQ(lmp->atom->nghost, 0);
ASSERT_NE(lmp->atom->nmax, -1);