forked from lijiext/lammps
git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8065 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
parent
8af67f39d0
commit
aca77bd76f
|
@ -1615,6 +1615,7 @@ void *Atom::extract(char *name)
|
|||
{
|
||||
if (strcmp(name,"id") == 0) return (void *) tag;
|
||||
if (strcmp(name,"type") == 0) return (void *) type;
|
||||
if (strcmp(name,"mask") == 0) return (void *) mask;
|
||||
if (strcmp(name,"x") == 0) return (void *) x;
|
||||
if (strcmp(name,"v") == 0) return (void *) v;
|
||||
if (strcmp(name,"f") == 0) return (void *) f;
|
||||
|
|
Loading…
Reference in New Issue