From df720a4565f244fc318a130fe80db912720a5dd6 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 28 Jun 2016 22:43:59 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@15233 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/fix_store.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fix_store.cpp b/src/fix_store.cpp index febdb39fc3..cf2553ed08 100644 --- a/src/fix_store.cpp +++ b/src/fix_store.cpp @@ -34,7 +34,7 @@ FixStore::FixStore(LAMMPS *lmp, int narg, char **arg) : Fix(lmp, narg, arg) // 4th arg determines GLOBAL vs PERATOM values // syntax: id group style global nrow ncol // Nrow by Ncol array of global values - // Ncol = 1 is vector, Nrow > 1 is array + // Ncol = 1 is vector, Ncol > 1 is array // syntax: id group style peratom 0/1 nvalues // 0/1 flag = not-store or store peratom values in restart file // nvalues = # of peratom values, N = 1 is vector, N > 1 is array