clean up all created files
This commit is contained in:
@ -611,6 +611,10 @@ TEST_F(FileOperationsTest, read_data_fix)
|
||||
EXPECT_EQ(lmp->atom->tag[GETIDX(8)], 8);
|
||||
EXPECT_EQ(lmp->atom->tag[GETIDX(9)], 9);
|
||||
EXPECT_EQ(lmp->atom->tag[GETIDX(10)], 10);
|
||||
|
||||
// clean up
|
||||
delete_file("test_mol_id_merge.data");
|
||||
delete_file("test_mol_id.data");
|
||||
}
|
||||
|
||||
int main(int argc, char **argv)
|
||||
|
||||
Reference in New Issue
Block a user