From fdb7dfdea7a95da2967bbe2bf118141d249ceb03 Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Mon, 25 Apr 2022 17:04:04 -0600 Subject: [PATCH] also remove mode from fix ave/correlate --- doc/src/fix_ave_correlate.rst | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/doc/src/fix_ave_correlate.rst b/doc/src/fix_ave_correlate.rst index d2e9599374..6653b91d91 100644 --- a/doc/src/fix_ave_correlate.rst +++ b/doc/src/fix_ave_correlate.rst @@ -110,17 +110,16 @@ be used, since they produce per-atom values. For input values from a compute or fix or variable , the bracketed index I can be specified using a wildcard asterisk with the index to effectively specify multiple values. This takes the form "\*" or -"\*n" or "n\*" or "m\*n". If N = the size of the vector (for *mode* = -scalar) or the number of columns in the array (for *mode* = vector), -then an asterisk with no numeric values means all indices from 1 to N. -A leading asterisk means all indices from 1 to n (inclusive). A +"\*n" or "n\*" or "m\*n". If N = the size of the vector, then an +asterisk with no numeric values means all indices from 1 to N. A +leading asterisk means all indices from 1 to n (inclusive). A trailing asterisk means all indices from n to N (inclusive). A middle asterisk means all indices from m to n (inclusive). Using a wildcard is the same as if the individual elements of the vector had been listed one by one. E.g. these 2 fix ave/correlate -commands are equivalent, since the :doc:`compute pressure ` command creates a global vector with 6 -values. +commands are equivalent, since the :doc:`compute pressure +` command creates a global vector with 6 values. .. code-block:: LAMMPS