Merge branch 'master' into refactor-reaxff-parser

This commit is contained in:
Axel Kohlmeyer
2021-04-20 20:52:18 -04:00
40 changed files with 811 additions and 810 deletions

View File

@ -297,7 +297,7 @@ TEST_F(GroupTest, Dynamic)
command("group grow delete");
command("variable ramp equal step");
END_HIDE_OUTPUT();
ASSERT_EQ(group->ngroup, 4);
ASSERT_EQ(group->ngroup, 3);
TEST_FAILURE(".*ERROR: Group dynamic cannot reference itself.*",
command("group half dynamic half region top"););