Update comment

This commit is contained in:
Richard Berger
2020-11-13 17:21:41 -05:00
parent bfd71f330b
commit 4a8c458634

View File

@ -388,9 +388,10 @@ void ASSERT_ATOM_STATE_EQ(Atom* atom, const AtomState& expected) {
ASSERT_EQ(atom->maxspecial, expected.maxspecial); ASSERT_EQ(atom->maxspecial, expected.maxspecial);
// currently ignored
ASSERT_ARRAY_ALLOCATED(atom->nspecial, expected.has_nspecial); ASSERT_ARRAY_ALLOCATED(atom->nspecial, expected.has_nspecial);
ASSERT_ARRAY_ALLOCATED(atom->special, expected.has_special); ASSERT_ARRAY_ALLOCATED(atom->special, expected.has_special);
// currently ignored
ASSERT_ARRAY_ALLOCATED(atom->vfrac, false); ASSERT_ARRAY_ALLOCATED(atom->vfrac, false);
ASSERT_ARRAY_ALLOCATED(atom->s0, false); ASSERT_ARRAY_ALLOCATED(atom->s0, false);
ASSERT_ARRAY_ALLOCATED(atom->x0, false); ASSERT_ARRAY_ALLOCATED(atom->x0, false);