git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9505 f3b2605a-c512-4ea7-a41b-209d697bcdaa
This commit is contained in:
@ -58,8 +58,6 @@ ComputeVoronoi::~ComputeVoronoi()
|
||||
|
||||
void ComputeVoronoi::init()
|
||||
{
|
||||
if (domain->dimension != 3)
|
||||
error->all(FLERR,"Compute voronoi/atom not allowed for 2d systems");
|
||||
if (domain->triclinic != 0)
|
||||
error->all(FLERR,"Compute voronoi/atom not allowed for triclinic boxes");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user