From 1926181cb7c8570fe57ec1b39d4241b9dd156333 Mon Sep 17 00:00:00 2001 From: Alexander Lyons Harkness Date: Sat, 23 Dec 2017 12:49:08 +0000 Subject: Fix style of Tools --- Tools/NoiseSpeedTest/NoiseSpeedTest.cpp | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Tools/NoiseSpeedTest') diff --git a/Tools/NoiseSpeedTest/NoiseSpeedTest.cpp b/Tools/NoiseSpeedTest/NoiseSpeedTest.cpp index 7a6c72ca2..90bb9499e 100644 --- a/Tools/NoiseSpeedTest/NoiseSpeedTest.cpp +++ b/Tools/NoiseSpeedTest/NoiseSpeedTest.cpp @@ -20,7 +20,7 @@ not much variance in the coords. The exact sizes and coord ranges were adapted f -/// The sizes of the interpolated noise that are calculated: +/** The sizes of the interpolated noise that are calculated: */ static const int SIZE_X = 33; static const int SIZE_Y = 5; static const int SIZE_Z = 5; @@ -115,7 +115,3 @@ int main(int argc, char ** argv) return 0; } - - - - -- cgit v1.2.3