From 8b6c93cb1109c3a4e2f3599ae3cdee7e0d75b38d Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Wed, 5 Oct 2022 02:13:01 -0400 Subject: [PATCH] silence compiler warning --- unittest/formats/test_atom_styles.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/unittest/formats/test_atom_styles.cpp b/unittest/formats/test_atom_styles.cpp index 4b726bb030..55956624cd 100644 --- a/unittest/formats/test_atom_styles.cpp +++ b/unittest/formats/test_atom_styles.cpp @@ -560,7 +560,6 @@ TEST_F(AtomStyleTest, atomic) auto x = lmp->atom->x; auto v = lmp->atom->v; - auto 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);