remove dependency on Adl math stuff

This commit is contained in:
erwin coumans
2013-03-17 01:37:25 -07:00
parent d3c80fe160
commit fc5e2ad5ba
5 changed files with 81 additions and 129 deletions

View File

@@ -34,9 +34,9 @@ public:
:useOpenCL(true),
preferredOpenCLPlatformIndex(-1),
preferredOpenCLDeviceIndex(-1),
arraySizeX(33),
arraySizeY(30 ),
arraySizeZ(33),
arraySizeX(23),
arraySizeY(23 ),
arraySizeZ(23),
m_useConcaveMesh(false),
gapX(4.3),
gapY(2.0),