From a64d5d2a58f2100385efe08cf03d332e5e3926a3 Mon Sep 17 00:00:00 2001 From: Andreas Adelmann <andreas.adelmann@psi.ch> Date: Sat, 22 Jun 2024 00:04:35 +0200 Subject: [PATCH] change opal to opal-x in printout --- src/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Main.cpp b/src/Main.cpp index 33faeebc9..8fbafa2ec 100644 --- a/src/Main.cpp +++ b/src/Main.cpp @@ -114,7 +114,7 @@ namespace OPALXMAIN { int main(int argc, char* argv[]) { ippl::initialize(argc, argv); { - gmsg = new Inform("OPAL"); + gmsg = new Inform("OPAL-X"); namespace fs = boost::filesystem; H5SetVerbosityLevel(1); // 65535); -- GitLab