use LAMMPS-GUI consistenly (instead of LAMMPS GUI)

This commit is contained in:
Axel Kohlmeyer
2024-07-17 23:01:15 -04:00
parent 2e2dc2abe5
commit c3272297fc
7 changed files with 19 additions and 24 deletions

View File

@ -419,7 +419,7 @@ void CodeEditor::setVarNameList()
{
QStringList vars;
// variable "gui_run" is always defined by LAMMPS GUI
// variable "gui_run" is always defined by LAMMPS-GUI
vars << QString("${gui_run}");
vars << QString("v_gui_run");