git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@10577 f3b2605a-c512-4ea7-a41b-209d697bcdaa

This commit is contained in:
pscrozi 2013-08-13 19:02:30 +00:00
parent 905724e5fa
commit e7518d494c
1 changed files with 1 additions and 1 deletions

View File

@ -3233,7 +3233,7 @@ int Variable::special_function(char *word, char *contents, Tree **tree,
int iregion = region_function(arg2);
Tree *newtree = new Tree();
newtree->type = RMASK;
newtree->type = GRMASK;
newtree->ivalue1 = group->bitmask[igroup];
newtree->ivalue2 = iregion;
newtree->left = newtree->middle = newtree->right = NULL;