Remove trailing whitespace

This commit is contained in:
Steven Ray Anaya 2022-09-23 17:20:27 -06:00
parent a3326841ad
commit 8ad478697e
2 changed files with 2 additions and 2 deletions

View File

@ -171,7 +171,7 @@ to specify the path for these *model* and *descriptor* files.
These can consume a significant amount of RAM for simulations of These can consume a significant amount of RAM for simulations of
larger systems since their size depends on the total number of larger systems since their size depends on the total number of
neighbors per MPI process. neighbors per MPI process.
The *unified* keyword is followed by an argument specifying the The *unified* keyword is followed by an argument specifying the
filename containing the serialized unified Python object and the "ghostneigh" toggle filename containing the serialized unified Python object and the "ghostneigh" toggle
(0/1) to disable/enable the construction of neighbors lists including (0/1) to disable/enable the construction of neighbors lists including

View File

@ -147,7 +147,7 @@ void MLIAPData::generate_neighdata(NeighList* list_in, int eflag_in, int vflag_i
memory->grow(eatoms,nlistatoms,"MLIAPData:eatoms"); memory->grow(eatoms,nlistatoms,"MLIAPData:eatoms");
nlistatoms_max = nlistatoms; nlistatoms_max = nlistatoms;
} }
// grow gamma arrays if necessary // grow gamma arrays if necessary
if (gradgradflag == 1) { if (gradgradflag == 1) {