From 1f85dd40930f486f111c1936f3d9da9f42ea82ec Mon Sep 17 00:00:00 2001 From: Steve Plimpton Date: Tue, 6 May 2025 16:28:10 -0600 Subject: [PATCH] update comment in variable.cpp --- src/variable.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/variable.cpp b/src/variable.cpp index bbd976ad6b..7843b15293 100644 --- a/src/variable.cpp +++ b/src/variable.cpp @@ -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]