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:
Axel Kohlmeyer
2023-09-29 16:45:13 -04:00
parent b03e8e376a
commit c24ddfed29
3 changed files with 20 additions and 15 deletions

View File

@ -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