diff --git a/doc/dump.html b/doc/dump.html index 1c18327824..8feec33ead 100644 --- a/doc/dump.html +++ b/doc/dump.html @@ -214,7 +214,7 @@ the timestep. An explanation of the possible dump custom attributes is given below.

For style local, local output generated by computes -and fixes is used to gnerate lines of output that is +and fixes is used to generate lines of output that is written to the dump file. This local data is typically calculated by each processor based on the atoms it owns, but there may be zero or more entities per atom, e.g. a list of bond distances. An explanation diff --git a/doc/dump.txt b/doc/dump.txt index 316e18b919..904055d9d3 100644 --- a/doc/dump.txt +++ b/doc/dump.txt @@ -203,7 +203,7 @@ the timestep. An explanation of the possible dump custom attributes is given below. For style {local}, local output generated by "computes"_compute.html -and "fixes"_fix.html is used to gnerate lines of output that is +and "fixes"_fix.html is used to generate lines of output that is written to the dump file. This local data is typically calculated by each processor based on the atoms it owns, but there may be zero or more entities per atom, e.g. a list of bond distances. An explanation diff --git a/doc/variable.html b/doc/variable.html index 31dae2e600..103674e342 100644 --- a/doc/variable.html +++ b/doc/variable.html @@ -643,10 +643,10 @@ reference should be replaced by the name of a variable defined elsewhere in the input script. As discussed on this doc page, atom-style variables generate a per-atom vector of values; all other variable styles generate a global scalar value. An equal-style -variable can reference a global scalar value produced by another -variable, but not a per-atom vector produced by an atom-style -variable. Atom-style variables can reference either global scalar or -per-atom vector values produced by kind of variable. +variable can only use scalar values, which means another equal-style +variable or an element of an atom-style variable. Atom-style +variables can use the same scalar values. They can also use other +atom-style variables.

Examples of different kinds of variable references are as follows. There is no ambiguity as to what a reference means, since variables diff --git a/doc/variable.txt b/doc/variable.txt index 987e806fc3..949e2f6751 100644 --- a/doc/variable.txt +++ b/doc/variable.txt @@ -639,10 +639,10 @@ reference should be replaced by the name of a variable defined elsewhere in the input script. As discussed on this doc page, atom-style variables generate a per-atom vector of values; all other variable styles generate a global scalar value. An equal-style -variable can reference a global scalar value produced by another -variable, but not a per-atom vector produced by an atom-style -variable. Atom-style variables can reference either global scalar or -per-atom vector values produced by kind of variable. +variable can only use scalar values, which means another equal-style +variable or an element of an atom-style variable. Atom-style +variables can use the same scalar values. They can also use other +atom-style variables. Examples of different kinds of variable references are as follows. There is no ambiguity as to what a reference means, since variables