UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
worklist.hh
Go to the documentation of this file.
1// Copyright Epic Games, Inc. All Rights Reserved.
2// Modified version of Voro++'s source file
3
4// Voro++, a 3D cell-based Voronoi library
5//
6// Author : Chris H. Rycroft (LBL / UC Berkeley)
7// Email : chr@alum.mit.edu
8// Date : August 30th 2011
9
17#ifndef VOROPP_WORKLIST_HH
18#define VOROPP_WORKLIST_HH
19
20namespace voro {
21
25const int wl_hgrid=4;
28const int wl_fgrid=8;
30const int wl_hgridcu=64;
32const int wl_seq_length=64;
33
34}
35#endif
Definition c_loops.cc:15
const int wl_fgrid
Definition worklist.hh:28
const int wl_hgridcu
Definition worklist.hh:30
const int wl_hgrid
Definition worklist.hh:25
const int wl_seq_length
Definition worklist.hh:32