fix bug in tester for atom style tri
This commit is contained in:
@ -2540,6 +2540,7 @@ TEST_F(AtomStyleTest, tri)
|
||||
type = lmp->atom->type;
|
||||
tri = lmp->atom->tri;
|
||||
rmass = lmp->atom->rmass;
|
||||
radius = lmp->atom->radius;
|
||||
avec = (AtomVecTri *)lmp->atom->avec;
|
||||
bonus = avec->bonus;
|
||||
ASSERT_EQ(type[GETIDX(1)], 1);
|
||||
|
||||
Reference in New Issue
Block a user