Small doc changes, renaming status variable

This commit is contained in:
jtclemm
2024-07-15 17:19:51 -06:00
parent 8f6cf085e8
commit a9a896c677
22 changed files with 97 additions and 114 deletions

View File

@ -120,7 +120,7 @@ void ComputeRHEOInterface::compute_peratom()
double **x = atom->x;
int *type = atom->type;
int newton = force->newton;
int *status = atom->status;
int *status = atom->rheo_status;
double *rho = atom->rho;
inum = list->inum;
@ -290,7 +290,7 @@ void ComputeRHEOInterface::unpack_reverse_comm(int n, int *list, double *buf)
{
int i, k, j, m;
double *rho = atom->rho;
int *status = atom->status;
int *status = atom->rheo_status;
m = 0;
for (i = 0; i < n; i++) {
j = list[i];