From 91c3f4470fe37758f741efbce130e9200056efea Mon Sep 17 00:00:00 2001 From: sjplimp Date: Sat, 1 Dec 2007 00:08:26 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1203 f3b2605a-c512-4ea7-a41b-209d697bcdaa --- src/variable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/variable.cpp b/src/variable.cpp index 83874ac683..a698674b0e 100644 --- a/src/variable.cpp +++ b/src/variable.cpp @@ -411,7 +411,7 @@ void Variable::copy(int narg, char **from, char **to) math function = div(x,y), mult(x,y), add(x,y), ... group function = mass(group), xcm(group,x), ... atom vector = x[123], y[3], vx[34], ... - compute vector = c_mytemp[0], c_thermo_press[3], ... + compute vector = c_mytemp[0], c_thermo_pressure[3], ... fix vector = f_indent[0], f_setforce[3], ... numbers start with a digit or "." or "-" (no parens or brackets) keywords start with a lowercase letter (no parens or brackets)