Commit 02dd815f authored by Tomas Sobotik's avatar Tomas Sobotik
Browse files

Tweaks

parent 6b17f171
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -132,7 +132,7 @@ bool tnlFastSweeping< tnlGrid< 3,MeshReal, Device, MeshIndex >, Real, Index > ::
{

	int n = Mesh.getDimensions().x();
	dim3 threadsPerBlock(1, 512);
	dim3 threadsPerBlock(1, 1024);
	dim3 numBlocks(8,1);