reduce warnings and improve portability
This commit is contained in:
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user