must stop running LAMMPS simulation before we can close the lammps object
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
// forward declarations
|
||||
|
||||
class GeneralTab;
|
||||
class LammpsRunner;
|
||||
|
||||
QT_BEGIN_NAMESPACE
|
||||
namespace Ui {
|
||||
@ -114,6 +115,7 @@ private:
|
||||
QList<QPair<QString, QString>> variables;
|
||||
|
||||
LammpsWrapper lammps;
|
||||
LammpsRunner *runner;
|
||||
std::string plugin_path;
|
||||
bool is_running;
|
||||
std::vector<char *> lammps_args;
|
||||
|
||||
Reference in New Issue
Block a user