This commit is contained in:
Axel Kohlmeyer
2024-03-20 04:57:03 -04:00
parent 2dd9560439
commit d123cd5440

View File

@ -1255,8 +1255,8 @@ Procedures Bound to the :f:type:`lammps` Derived Type
three elements of the global vector calculated by fix recenter into the three elements of the global vector calculated by fix recenter into the
variables *dx*, *dy*, and *dz*, respectively. variables *dx*, *dy*, and *dz*, respectively.
If asked for per-atom or local data, :f:func:`extract_compute` returns a If asked for per-atom or local data, :f:func:`extract_fix` returns a
pointer to actual LAMMPS data. The pointer so returned will have the pointer to actual LAMMPS data. The pointer returned will have the
appropriate size to match the internal data, and will be appropriate size to match the internal data, and will be
type/kind/rank-checked at the time of the assignment. For example, type/kind/rank-checked at the time of the assignment. For example,