silence compiler warnings
This commit is contained in:
@ -302,7 +302,7 @@ void FixAdapt::init()
|
||||
// allow a dynamic group only if ATOM attribute not used
|
||||
|
||||
if (group->dynamic[igroup])
|
||||
for (int i = 0; i < nadapt; i++)
|
||||
for (i = 0; i < nadapt; i++)
|
||||
if (adapt[i].which == ATOM)
|
||||
error->all(FLERR,"Cannot use dynamic group with fix adapt atom");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user