Commit 861069a5 authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@562 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent e5bf8920
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -17,9 +17,8 @@
</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>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 
+2 −2
Original line number Diff line number Diff line
@@ -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:]