00001 // Voro++, a 3D cell-based Voronoi library 00002 // 00003 // Author : Chris H. Rycroft (LBL / UC Berkeley) 00004 // Email : [email protected] 00005 // Date : July 1st 2008 00006 00007 /** \file worklist.hh 00008 * \brief Header file for setting constants used in the block worklists that are 00009 * used during cell computation. 00010 * 00011 * This file is automatically generated by worklist_generate.pl and it is not 00012 * intended to be edited by hand. */ 00013 00014 static const int hgrid=4; 00015 static const int fgrid=8; 00016 static const int hgridsq=64; 00017 static const int seq_length=64; 00018 static const unsigned int wl[4096];