From 8b75fcb8640b93d1f6b274ec9351b579fc3dcf42 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Thu, 2 Jul 2009 14:39:59 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@2946 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/compute_temp_sphere.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compute_temp_sphere.cpp b/src/compute_temp_sphere.cpp index 73eeeed722..ba059984e4 100644 --- a/src/compute_temp_sphere.cpp +++ b/src/compute_temp_sphere.cpp @@ -127,7 +127,7 @@ void ComputeTempSphere::dof_compute() // 6 or 3 dof for extended/point particles for 3d // 3 or 2 dof for extended/point particles for 2d // assume full rotation of extended particles - // user can correct this via compute_modify if needed + // user should correct this via compute_modify if needed int dimension = domain->dimension;