git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9415 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -115,7 +115,7 @@ int Region::match(double x, double y, double z)
|
|||||||
lastshape = update->ntimestep;
|
lastshape = update->ntimestep;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (dynamic && update->ntimestep) inverse_transform(x,y,z);
|
if (dynamic) inverse_transform(x,y,z);
|
||||||
|
|
||||||
return !(inside(x,y,z) ^ interior);
|
return !(inside(x,y,z) ^ interior);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user