From 861069a5a061a5f8302da8bb9093a0f549c8b051 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Mon, 14 May 2007 16:21:52 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@562 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- doc/compute_coord_atom.html | 5 ++--- doc/compute_coord_atom.txt | 4 ++-- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/doc/compute_coord_atom.html b/doc/compute_coord_atom.html index c2b22ebf41..15792e5654 100644 --- a/doc/compute_coord_atom.html +++ b/doc/compute_coord_atom.html @@ -16,10 +16,9 @@
compute ID group-ID coord/atom cutoff 
 
-

cutoff = distance within which to count coordination neighbors (distance units) -

Examples:

compute 1 all coord/atom 2.0 
diff --git a/doc/compute_coord_atom.txt b/doc/compute_coord_atom.txt
index 7099f0d0c8..5c90c4fb04 100644
--- a/doc/compute_coord_atom.txt
+++ b/doc/compute_coord_atom.txt
@@ -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:]