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

@ -77,8 +77,8 @@ TEST_F(Input_commands, from_file)
lmp->input->file(cont_file);
EXPECT_EQ(lmp->atom->natoms, 2);
unlink(demo_file);
unlink(cont_file);
platform::unlink(demo_file);
platform::unlink(cont_file);
};
TEST_F(Input_commands, from_line)