Update test_atom_styles.cpp

This commit is contained in:
alphataubio
2024-10-03 18:36:39 -04:00
parent 59db2e0af8
commit 1799f887d2

View File

@ -348,6 +348,7 @@ void ASSERT_ATOM_STATE_EQ(Atom *atom, const AtomState &expected)
ASSERT_ARRAY_ALLOCATED(atom->v, expected.has_v);
ASSERT_ARRAY_ALLOCATED(atom->f, expected.has_f);
ASSERT_ARRAY_ALLOCATED(atom->mu, expected.mu_flag);
ASSERT_ARRAY_ALLOCATED(atom->q, expected.q_flag);
ASSERT_ARRAY_ALLOCATED(atom->omega, expected.omega_flag);
ASSERT_ARRAY_ALLOCATED(atom->angmom, expected.angmom_flag);