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

This commit is contained in:
sjplimp
2007-05-14 16:21:52 +00:00
parent e5bf8920d7
commit 861069a5a0
2 changed files with 4 additions and 5 deletions

View File

@ -16,10 +16,9 @@
<PRE>compute ID group-ID coord/atom cutoff
</PRE>
<UL><LI>ID, group-ID are documented in <A HREF = "compute.html">compute</A> command
<LI>coord/atom = style name of this compute command
<LI>coord/atom = style name of this compute command
<LI>cutoff = distance within which to count coordination neighbors (distance units)
</UL>
<P>cutoff = distance within which to count coordination neighbors (distance units)
</P>
<P><B>Examples:</B>
</P>
<PRE>compute 1 all coord/atom 2.0

View File

@ -13,8 +13,8 @@ compute coord/atom command :h3
compute ID group-ID coord/atom cutoff :pre
ID, group-ID are documented in "compute"_compute.html command
coord/atom = style name of this compute command :ul
cutoff = distance within which to count coordination neighbors (distance units)
coord/atom = style name of this compute command
cutoff = distance within which to count coordination neighbors (distance units) :ul
[Examples:]