forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1209 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6690077acd
commit
dc822cba98
|
@ -405,7 +405,7 @@ void Variable::copy(int narg, char **from, char **to)
|
||||||
/* ----------------------------------------------------------------------
|
/* ----------------------------------------------------------------------
|
||||||
recursive evaluation of a "string"
|
recursive evaluation of a "string"
|
||||||
string is defined as one of several items:
|
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, ...
|
thermo keyword = ke, vol, atoms, ...
|
||||||
variable keyword = v_a, v_myvar, ...
|
variable keyword = v_a, v_myvar, ...
|
||||||
math function = div(x,y), mult(x,y), add(x,y), ...
|
math function = div(x,y), mult(x,y), add(x,y), ...
|
||||||
|
|
Loading…
Reference in New Issue