This commit is contained in:
Axel Kohlmeyer
2020-07-12 21:40:30 -04:00
parent f8ad39e7d1
commit 3847a3000c

View File

@ -64,6 +64,7 @@ void cleanup_lammps(LAMMPS *lmp, const TestConfig &cfg)
delete_file(cfg.basename + ".data");
delete_file(cfg.basename + "-coeffs.in");
delete lmp;
lmp = nullptr;
}
LAMMPS *init_lammps(int argc, char **argv, const TestConfig &cfg, const bool newton = true)