From ea3fb32805ac3d01d3ca8fcd54c3bb7ee4ee8136 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Mon, 5 Aug 2024 23:11:38 -0400 Subject: [PATCH] comm info is more distracting than useful --- tools/lammps-gui/lammpsgui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/lammps-gui/lammpsgui.cpp b/tools/lammps-gui/lammpsgui.cpp index b5f63b66f6..612e6f1ced 100644 --- a/tools/lammps-gui/lammpsgui.cpp +++ b/tools/lammps-gui/lammpsgui.cpp @@ -701,7 +701,7 @@ void LammpsGui::inspect_file(const QString &fileName) lammps.command("clear"); lammps.command(QString("read_restart %1").arg(fileName).toLocal8Bit()); capturer->BeginCapture(); - lammps.command("info system comm group compute fix"); + lammps.command("info system group compute fix"); capturer->EndCapture(); auto info = capturer->GetCapture(); auto infolog = QString("%1.info.log").arg(fileName);