paranoia
This commit is contained in:
@ -64,6 +64,7 @@ void cleanup_lammps(LAMMPS *lmp, const TestConfig &cfg)
|
|||||||
delete_file(cfg.basename + ".data");
|
delete_file(cfg.basename + ".data");
|
||||||
delete_file(cfg.basename + "-coeffs.in");
|
delete_file(cfg.basename + "-coeffs.in");
|
||||||
delete lmp;
|
delete lmp;
|
||||||
|
lmp = nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
LAMMPS *init_lammps(int argc, char **argv, const TestConfig &cfg, const bool newton = true)
|
LAMMPS *init_lammps(int argc, char **argv, const TestConfig &cfg, const bool newton = true)
|
||||||
|
|||||||
Reference in New Issue
Block a user