Update test_atom_styles.cpp

This commit is contained in:
alphataubio
2024-10-03 12:38:32 -04:00
parent 5c8552f4ce
commit 9ad3e59c8f

View File

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