This commit is contained in:
Axel Kohlmeyer
2022-10-14 05:08:24 -04:00
parent 7c5128881e
commit c47b16c358
2 changed files with 5 additions and 6 deletions

View File

@ -647,7 +647,6 @@ TEST_F(AtomStyleTest, atomic)
END_HIDE_OUTPUT();
ASSERT_EQ(lmp->atom->map_tag_max, 16);
x = lmp->atom->x;
tag = lmp->atom->tag;
EXPECT_NEAR(x[GETIDX(1)][0], -2.0, EPSILON);
EXPECT_NEAR(x[GETIDX(1)][1], 2.0, EPSILON);
EXPECT_NEAR(x[GETIDX(1)][2], 0.1, EPSILON);