From 89359aeb41ce6696a0caab1a23c042cfec06cafd Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 8 Jul 2008 20:56:48 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1944 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/integrate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/integrate.h b/src/integrate.h index 8eb89bff52..ff23907bf7 100644 --- a/src/integrate.h +++ b/src/integrate.h @@ -35,7 +35,7 @@ class Integrate : protected Pointers { int nelist_global,nelist_atom; // # of PE,virial computes to check int nvlist_global,nvlist_atom; - class Compute **elist_global; // list of PE,virial Computes + class Compute **elist_global; // lists of PE,virial Computes class Compute **elist_atom; class Compute **vlist_global; class Compute **vlist_atom;