Added documentation for scatter and gather; updated other docs

This commit is contained in:
Karl Hammond
2022-12-03 16:03:29 -06:00
parent 71f086e159
commit 2f321576c5
2 changed files with 81 additions and 55 deletions

View File

@ -2098,7 +2098,7 @@ CONTAINS
END SUBROUTINE lmp_scatter_int
! equivalent function to lammps_scatter (for doubles)
SUBROUTINE lmp_scatter_atoms_double(self, name, data)
SUBROUTINE lmp_scatter_double(self, name, data)
CLASS(lammps), INTENT(IN) :: self
CHARACTER(LEN=*), INTENT(IN) :: name
REAL(c_double), DIMENSION(:), TARGET :: data