From 4a8c458634af060e77bf78f40e37dbb6e6a623a0 Mon Sep 17 00:00:00 2001 From: Richard Berger Date: Fri, 13 Nov 2020 17:21:41 -0500 Subject: [PATCH] Update comment --- unittest/formats/test_atom_styles.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/unittest/formats/test_atom_styles.cpp b/unittest/formats/test_atom_styles.cpp index d6acd78295..3ceff53b78 100644 --- a/unittest/formats/test_atom_styles.cpp +++ b/unittest/formats/test_atom_styles.cpp @@ -388,9 +388,10 @@ void ASSERT_ATOM_STATE_EQ(Atom* atom, const AtomState& expected) { ASSERT_EQ(atom->maxspecial, expected.maxspecial); - // currently ignored ASSERT_ARRAY_ALLOCATED(atom->nspecial, expected.has_nspecial); ASSERT_ARRAY_ALLOCATED(atom->special, expected.has_special); + + // currently ignored ASSERT_ARRAY_ALLOCATED(atom->vfrac, false); ASSERT_ARRAY_ALLOCATED(atom->s0, false); ASSERT_ARRAY_ALLOCATED(atom->x0, false);