git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@8065 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -1615,6 +1615,7 @@ void *Atom::extract(char *name)
|
|||||||
{
|
{
|
||||||
if (strcmp(name,"id") == 0) return (void *) tag;
|
if (strcmp(name,"id") == 0) return (void *) tag;
|
||||||
if (strcmp(name,"type") == 0) return (void *) type;
|
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,"x") == 0) return (void *) x;
|
||||||
if (strcmp(name,"v") == 0) return (void *) v;
|
if (strcmp(name,"v") == 0) return (void *) v;
|
||||||
if (strcmp(name,"f") == 0) return (void *) f;
|
if (strcmp(name,"f") == 0) return (void *) f;
|
||||||
|
|||||||
Reference in New Issue
Block a user