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

This commit is contained in:
sjplimp
2012-05-17 22:29:43 +00:00
parent 828dfd909d
commit 522998cf90
12 changed files with 14 additions and 14 deletions

View File

@ -99,7 +99,7 @@ previously defined in the input script. Computes can generate
per-atom or local quantities. See the individual
<A HREF = "compute.html">compute</A> doc page for details. If no bracketed integer
is appended, the vector calculated by the compute is used. If a
bracketed interger is appended, the Ith column of the array calculated
bracketed integer is appended, the Ith column of the array calculated
by the compute is used. Users can also write code for their own
compute styles and <A HREF = "Section_modify.html">add them to LAMMPS</A>.
</P>