From 6041bbed96bc312e95fb391b997cd4d7d41bf2f1 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Wed, 5 Dec 2007 20:41:01 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1216 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/min.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/min.h b/src/min.h index f16a99619f..2fddc3e0d5 100644 --- a/src/min.h +++ b/src/min.h @@ -38,7 +38,7 @@ class Min : protected Pointers { int eflag,vflag; // flags for energy/virial computation int virial_style; // compute virial explicitly or implicitly - int nelist_atom; // # of PE,virial computes to check + int nelist_atom; // # of PE,virial computes to check int nvlist_global,nvlist_atom; class Compute **elist_atom; // list of PE,virial Computes class Compute **vlist_global;