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
|
The pointers returned by this function for per-atom or local data are
|
||||||
generally not persistent, since the computed data may be redistributed,
|
generally not persistent, since the computed data may be redistributed,
|
||||||
reallocated, and reordered at every invocation of the fix. It is thus
|
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
|
make a copy if the data are to be used after other LAMMPS commands have
|
||||||
been issued.
|
been issued.
|
||||||
|
|
||||||
|
|||||||
@ -78,6 +78,7 @@ Alexey
|
|||||||
ali
|
ali
|
||||||
aliceblue
|
aliceblue
|
||||||
Allinger
|
Allinger
|
||||||
|
allocatable
|
||||||
allocator
|
allocator
|
||||||
allocators
|
allocators
|
||||||
allosws
|
allosws
|
||||||
@ -657,6 +658,7 @@ Dcut
|
|||||||
de
|
de
|
||||||
dE
|
dE
|
||||||
De
|
De
|
||||||
|
deallocate
|
||||||
deallocated
|
deallocated
|
||||||
debye
|
debye
|
||||||
Debye
|
Debye
|
||||||
@ -691,6 +693,7 @@ dequidt
|
|||||||
Dequidt
|
Dequidt
|
||||||
der
|
der
|
||||||
dereference
|
dereference
|
||||||
|
dereferenced
|
||||||
derekt
|
derekt
|
||||||
Deresiewicz
|
Deresiewicz
|
||||||
Derjagin
|
Derjagin
|
||||||
|
|||||||
@ -415,15 +415,15 @@ MODULE LIBLAMMPS
|
|||||||
!SUBROUTINE lammps_scatter_subset
|
!SUBROUTINE lammps_scatter_subset
|
||||||
|
|
||||||
!(generic / id, type, and image are special) / requires LAMMPS_BIGBIG
|
!(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
|
!SUBROUTINE lammps_neighlist_element_neighbors
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user