Skip to content
Snippets Groups Projects
Commit f732004e authored by sjplimp's avatar sjplimp
Browse files

git-svn-id: svn://svn.icms.temple.edu/lammps-ro/trunk@9505 f3b2605a-c512-4ea7-a41b-209d697bcdaa
parent ac05339d
No related branches found
No related tags found
No related merge requests found
...@@ -58,8 +58,6 @@ ComputeVoronoi::~ComputeVoronoi() ...@@ -58,8 +58,6 @@ ComputeVoronoi::~ComputeVoronoi()
void ComputeVoronoi::init() void ComputeVoronoi::init()
{ {
if (domain->dimension != 3)
error->all(FLERR,"Compute voronoi/atom not allowed for 2d systems");
if (domain->triclinic != 0) if (domain->triclinic != 0)
error->all(FLERR,"Compute voronoi/atom not allowed for triclinic boxes"); error->all(FLERR,"Compute voronoi/atom not allowed for triclinic boxes");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment