From 4471bed2f98d97e2b4d111979e027bbac5d11ccc Mon Sep 17 00:00:00 2001
From: sjplimp <sjplimp@f3b2605a-c512-4ea7-a41b-209d697bcdaa>
Date: Mon, 14 Jun 2010 21:28:11 +0000
Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@4243
 f3b2605a-c512-4ea7-a41b-209d697bcdaa

---
 src/USER-ACKLAND/compute_ackland_atom.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/USER-ACKLAND/compute_ackland_atom.cpp b/src/USER-ACKLAND/compute_ackland_atom.cpp
index a49034e405..20e3cb1ffe 100644
--- a/src/USER-ACKLAND/compute_ackland_atom.cpp
+++ b/src/USER-ACKLAND/compute_ackland_atom.cpp
@@ -113,7 +113,7 @@ void ComputeAcklandAtom::compute_peratom()
     vector_atom = structure;
   }
 
-  // invoke half neighbor list (will copy or build if necessary)
+  // invoke full neighbor list (will copy or build if necessary)
 
   neighbor->build_one(list->index);
 
-- 
GitLab