git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@1203 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -411,7 +411,7 @@ void Variable::copy(int narg, char **from, char **to)
|
|||||||
math function = div(x,y), mult(x,y), add(x,y), ...
|
math function = div(x,y), mult(x,y), add(x,y), ...
|
||||||
group function = mass(group), xcm(group,x), ...
|
group function = mass(group), xcm(group,x), ...
|
||||||
atom vector = x[123], y[3], vx[34], ...
|
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], ...
|
fix vector = f_indent[0], f_setforce[3], ...
|
||||||
numbers start with a digit or "." or "-" (no parens or brackets)
|
numbers start with a digit or "." or "-" (no parens or brackets)
|
||||||
keywords start with a lowercase letter (no parens or brackets)
|
keywords start with a lowercase letter (no parens or brackets)
|
||||||
|
|||||||
Reference in New Issue
Block a user