refactor group2ndx and ndx2group commands to use fmtlib, tokenizer and utils
This commit is contained in:
@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user