refactor compute reduce and compute reduce/region

This commit is contained in:
Axel Kohlmeyer
2022-10-06 22:10:56 -04:00
parent 0124cc4194
commit 0fc8475383
4 changed files with 274 additions and 296 deletions

View File

@ -65,7 +65,7 @@ ComputeReduceChunk::ComputeReduceChunk(LAMMPS *lmp, int narg, char **arg) :
if (earg != &arg[iarg]) expand = 1;
arg = earg;
// parse values until
// parse values
values.clear();
for (iarg = 0; iarg < nargnew; iarg++) {