must close LAMMPS instance after loading new file.

This commit is contained in:
Axel Kohlmeyer
2023-09-05 18:03:05 -04:00
parent 788ce89751
commit aaad6cffba

View File

@ -636,6 +636,7 @@ void LammpsGui::open_file(const QString &fileName)
slideshow = nullptr;
}
update_variables();
lammps.close();
}
void LammpsGui::write_file(const QString &fileName)