add a run counter to log, chart, and slideshow window titles
this counter is reset on loading a new file
This commit is contained in:
@ -126,6 +126,7 @@ private:
|
||||
LammpsRunner *runner;
|
||||
std::string plugin_path;
|
||||
bool is_running;
|
||||
int run_counter;
|
||||
std::vector<char *> lammps_args;
|
||||
};
|
||||
#endif // LAMMPSGUI_H
|
||||
|
||||
Reference in New Issue
Block a user