forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1203 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8ca98a8d74
commit
91c3f4470f
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue