debugging of grid remap

This commit is contained in:
Steve Plimpton
2022-10-27 16:40:53 -06:00
parent 7bf4c8d54a
commit b6e29fd5d7
8 changed files with 275 additions and 102 deletions

View File

@ -62,7 +62,7 @@ Compute::Compute(LAMMPS *lmp, int narg, char **arg) :
// set child class defaults
scalar_flag = vector_flag = array_flag = 0;
peratom_flag = local_flag = 0;
peratom_flag = local_flag = pergrid_flag = 0;
size_vector_variable = size_array_rows_variable = 0;
tempflag = pressflag = peflag = 0;