Merge branch 'develop' into rheo

This commit is contained in:
Axel Kohlmeyer
2024-07-03 03:42:44 -04:00
132 changed files with 18007 additions and 8270 deletions

View File

@ -758,7 +758,7 @@ void Set::selection(int n)
else select[i] = 0;
} else if (style == TYPE_SELECT) {
utils::bounds_typelabel(FLERR,id,1,atom->ntypes,nlo,nhi,error,lmp,Atom::ATOM);
utils::bounds_typelabel(FLERR,id,1,atom->ntypes,nlo,nhi,lmp,Atom::ATOM);
int *type = atom->type;
for (int i = 0; i < n; i++)