Skip to content

Commit

Permalink
remove discussion of mode
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Plimpton committed Apr 25, 2022
1 parent 65978c3 commit e7a9073
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions doc/src/thermo_style.rst
Original file line number Diff line number Diff line change
Expand Up @@ -352,10 +352,9 @@ For output values from a compute or fix or variable, the bracketed
index I used to index a vector, as in *c_ID[I]* or *f_ID[I]* or
*v_name[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).

Expand Down

0 comments on commit e7a9073

Please sign in to comment.