This commit is contained in:
Axel Kohlmeyer
2020-10-04 11:31:15 -04:00
parent 2f67f299e5
commit f6a7cbd2e8

View File

@ -296,6 +296,6 @@ void Timer::modify_params(int narg, char **arg)
utils::logmesg(lmp,fmt::format("New timer settings: style={} mode={} " utils::logmesg(lmp,fmt::format("New timer settings: style={} mode={} "
"timeout={}\n",timer_style[_level], "timeout={}\n",timer_style[_level],
timer_mode[_sync],timebuf); timer_mode[_sync],timebuf));
} }
} }