must close LAMMPS instance after loading new file.
This commit is contained in:
@ -636,6 +636,7 @@ void LammpsGui::open_file(const QString &fileName)
|
||||
slideshow = nullptr;
|
||||
}
|
||||
update_variables();
|
||||
lammps.close();
|
||||
}
|
||||
|
||||
void LammpsGui::write_file(const QString &fileName)
|
||||
|
||||
Reference in New Issue
Block a user