git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4451 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp
2010-08-06 14:48:24 +00:00
parent 970d6053a0
commit c60063c96b
4 changed files with 18 additions and 8 deletions

View File

@ -323,7 +323,7 @@ arguments are non-zero, else return a 0.0. The logical OR operator
will return 1.0 of either of its arguments is non-zero, else return a
0.0. These relational and logical operators can be used as a masking
or selection operation in a formula. For example, the number of atoms
whose properties satisy one or more criteria could be calculated by
whose properties satifsy one or more criteria could be calculated by
taking the returned per-atom vector of ones and zeroes and passing it
to the <A HREF = "compute_reduce.html">compute reduce</A> command.
</P>