reduce warnings and improve portability

This commit is contained in:
Axel Kohlmeyer
2021-12-09 13:55:53 -05:00
parent 8f0dea91c7
commit 878dd746db
5 changed files with 7 additions and 7 deletions

View File

@ -204,7 +204,7 @@ TEST_F(GroupTest, SelectRestart)
command("write_restart group.restart");
command("clear");
command("read_restart group.restart");
unlink("group.restart");
platform::unlink("group.restart");
END_HIDE_OUTPUT();
group = lmp->group;
ASSERT_EQ(group->count(group->find("one")), 16);