From 65f7c353e8baa3f5bdfe666a470bdc461c2f4e28 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Fri, 23 Jan 2015 00:21:34 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@12984 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_ave_spatial.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_ave_spatial.cpp b/src/fix_ave_spatial.cpp index 5369dc2fd2..1f0fda519a 100644 --- a/src/fix_ave_spatial.cpp +++ b/src/fix_ave_spatial.cpp @@ -1478,7 +1478,7 @@ void FixAveSpatial::atom2bin3d() /* ---------------------------------------------------------------------- return I,J array value - if I exceeds current bins, return 0.0 instead of generating an error + if I exceeds current nbins, return 0.0 instead of generating an error column 1,2,3 = bin coords, next column = count, remaining columns = Nvalues ------------------------------------------------------------------------- */