spell check; updated false positives; whitespace
This commit is contained in:
@ -986,7 +986,7 @@ Procedures Bound to the lammps Derived Type
|
||||
The pointers returned by this function for per-atom or local data are
|
||||
generally not persistent, since the computed data may be redistributed,
|
||||
reallocated, and reordered at every invocation of the fix. It is thus
|
||||
advisable to reinvoke this function before the data are accessed or to
|
||||
advisable to re-invoke this function before the data are accessed or to
|
||||
make a copy if the data are to be used after other LAMMPS commands have
|
||||
been issued.
|
||||
|
||||
|
||||
@ -78,6 +78,7 @@ Alexey
|
||||
ali
|
||||
aliceblue
|
||||
Allinger
|
||||
allocatable
|
||||
allocator
|
||||
allocators
|
||||
allosws
|
||||
@ -657,6 +658,7 @@ Dcut
|
||||
de
|
||||
dE
|
||||
De
|
||||
deallocate
|
||||
deallocated
|
||||
debye
|
||||
Debye
|
||||
@ -691,6 +693,7 @@ dequidt
|
||||
Dequidt
|
||||
der
|
||||
dereference
|
||||
dereferenced
|
||||
derekt
|
||||
Deresiewicz
|
||||
Derjagin
|
||||
|
||||
@ -415,15 +415,15 @@ MODULE LIBLAMMPS
|
||||
!SUBROUTINE lammps_scatter_subset
|
||||
|
||||
!(generic / id, type, and image are special) / requires LAMMPS_BIGBIG
|
||||
!INTEGER (C_int) FUNCTION lammps_create_atoms
|
||||
!INTEGER(c_int) FUNCTION lammps_create_atoms
|
||||
|
||||
!INTEGER (C_int) FUNCTION lammps_find_pair_neighlist
|
||||
!INTEGER(c_int) FUNCTION lammps_find_pair_neighlist
|
||||
|
||||
!INTEGER (C_int) FUNCTION lammps_find_fix_neighlist
|
||||
!INTEGER(c_int) FUNCTION lammps_find_fix_neighlist
|
||||
|
||||
!INTEGER (C_int) FUNCTION lammps_find_compute_neighlist
|
||||
!INTEGER(c_int) FUNCTION lammps_find_compute_neighlist
|
||||
|
||||
!INTEGER (C_int) FUNCTION lammps_neighlist_num_elements
|
||||
!INTEGER(c_int) FUNCTION lammps_neighlist_num_elements
|
||||
|
||||
!SUBROUTINE lammps_neighlist_element_neighbors
|
||||
|
||||
|
||||
Reference in New Issue
Block a user