forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@3010 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
6fbcee59ee
commit
6c864f0161
|
@ -74,8 +74,8 @@ char *lammps_command(void *ptr, char *str)
|
|||
|
||||
/* ----------------------------------------------------------------------
|
||||
extract a pointer to an internal LAMMPS value or data structure
|
||||
category: 0 = general, 1 = fix, 2 = compute
|
||||
id = ID of fix or compute (else not used)
|
||||
category: 0 = general, 1 = atom, 2 = fix, 3 = compute
|
||||
id = ID of fix or compute (else not used, just pass NULL)
|
||||
name = desired quantity, e.g. x or dt
|
||||
returns a void pointer which the caller can cast to the desired data type
|
||||
returns a NULL if LAMMPS does not recognize the name
|
||||
|
|
Loading…
Reference in New Issue