update comment in variable.cpp
This commit is contained in:
@ -1425,6 +1425,7 @@ void Variable::copy(int narg, char **from, char **to)
|
||||
sin(x),cos(x),tan(x),asin(x),atan2(y,x),...
|
||||
group function = count(group), mass(group), xcm(group,x), ...
|
||||
special function = sum(x),min(x), ...
|
||||
python function wrapper = py_varname(x,y,z,...)
|
||||
atom value = x[i], y[i], vx[i], ...
|
||||
atom vector = x, y, vx, ...
|
||||
custom atom property = i/d_name, i/d_name[i], i/d2_name[i], i/d2_name[i][j]
|
||||
|
||||
Reference in New Issue
Block a user