refactor group2ndx and ndx2group commands to use fmtlib, tokenizer and utils

This commit is contained in:
Axel Kohlmeyer
2021-03-28 13:12:39 -04:00
parent dfb18caf5a
commit 31726f56e6
6 changed files with 187 additions and 244 deletions

View File

@ -553,7 +553,7 @@ void Group::assign(const std::string &groupcmd)
add flagged atoms to a new or existing group
------------------------------------------------------------------------- */
void Group::create(const char *name, int *flag)
void Group::create(const std::string &name, int *flag)
{
int i;