From f6a7cbd2e8e458d7706cb7d1084d3a04773b6226 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sun, 4 Oct 2020 11:31:15 -0400 Subject: [PATCH] fix typo --- src/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/timer.cpp b/src/timer.cpp index f5bc373d7c..9bd1778b54 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -296,6 +296,6 @@ void Timer::modify_params(int narg, char **arg) utils::logmesg(lmp,fmt::format("New timer settings: style={} mode={} " "timeout={}\n",timer_style[_level], - timer_mode[_sync],timebuf); + timer_mode[_sync],timebuf)); } }