git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1209 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
sjplimp 2007-12-04 15:14:33 +00:00
parent 6690077acd
commit dc822cba98
1 changed files with 1 additions and 1 deletions

View File

@ -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), ...