From dc822cba983235b02742a32bf14e0d3fd4a40854 Mon Sep 17 00:00:00 2001 From: sjplimp Date: Tue, 4 Dec 2007 15:14:33 +0000 Subject: [PATCH] git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1209 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 a698674b0e..4fd502f518 100644 --- a/src/variable.cpp +++ b/src/variable.cpp @@ -405,7 +405,7 @@ void Variable::copy(int narg, char **from, char **to) /* ---------------------------------------------------------------------- recursive evaluation of a "string" string is defined as one of several items: - number = 0.0, -5.45, 2.8e-4, ... + number = 0.0, -5.45, 2.8e-4, ... thermo keyword = ke, vol, atoms, ... variable keyword = v_a, v_myvar, ... math function = div(x,y), mult(x,y), add(x,y), ...