enable triclinic for fix ave/grid

This commit is contained in:
Steve Plimpton
2022-08-29 16:46:26 -06:00
parent 2f8075ae77
commit d67eed7e43
15 changed files with 137 additions and 139 deletions

View File

@ -723,7 +723,7 @@ int DumpGrid::parse_fields(int narg, char **arg)
if (!ifix) error->all(FLERR,"Could not find dump grid fix ID: {}",idfix);
if (ifix->pergrid_flag == 0)
error->all(FLERR,"Dump grid fix {} does not compute per-grid info",idfix);
if (update->ntimestep % ifix->pergrid_freq)
if (nevery % ifix->pergrid_freq)
error->all(FLERR,"Fix ID {} for dump grid not computed at compatible time",idfix);
int dim;