Reset platonic code.
[voro++.git] / branches / dynamic / src / worklist.hh
blob8a9a4bedc554f94942921aebdcd160765b60531c
1 // Voro++, a 3D cell-based Voronoi library
2 //
3 // Author : Chris H. Rycroft (LBL / UC Berkeley)
4 // Email : chr@alum.mit.edu
5 // Date : July 1st 2008
7 /** \file worklist.hh
8 * \brief Header file for setting constants used in the block worklists that are
9 * used during cell computation.
11 * This file is automatically generated by worklist_generate.pl and it is not
12 * intended to be edited by hand. */
14 static const int hgrid=4;
15 static const int fgrid=8;
16 static const int hgridsq=64;
17 static const int seq_length=64;
18 static const unsigned int wl[4096];