rename reset metacommands to use reset_atoms

This commit is contained in:
Axel Kohlmeyer
2022-11-21 17:20:29 -05:00
parent 1cb927294f
commit 2b9d5c6c9a
13 changed files with 138 additions and 144 deletions

View File

@ -831,7 +831,7 @@ int Input::execute_command()
// process "meta-commands", i.e. commands that may have sub-commands
// they return 1 if there was a match and 0 if not
if (mycmd == "reset") flag = meta(mycmd);
if (mycmd == "reset_atoms") flag = meta(mycmd);
if (flag) return 0;
// invoke commands added via style_command.h