initial support for write_data

This commit is contained in:
Steve Plimpton
2023-09-13 10:03:05 -06:00
parent dec245c67b
commit c7e794146f
8 changed files with 124 additions and 32 deletions

View File

@ -1066,7 +1066,7 @@ void ReadData::command(int narg, char **arg)
// on any quantities read from data file which require it
if (triclinic_general)
atom->avec->data_general_to_restricted(nlocal_previous, atom->nlocal);
atom->avec->read_data_general_to_restricted(nlocal_previous, atom->nlocal);
// init per-atom fix/compute/variable values for created atoms