We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1af8f4a + 821aac9 commit a522b5cCopy full SHA for a522b5c
DIV2.Format.Exporter/Utils/NNAlgorithm.cs
@@ -9,7 +9,7 @@ namespace DIV2.Format.Exporter.Utils
9
/// Nearest Neighbour algorithm.
10
/// </summary>
11
/// <remarks>Algorithm description: https://en.wikipedia.org/wiki/Nearest_neighbour_algorithm </remarks>
12
- public static class NNAlgorithm
+ static class NNAlgorithm
13
{
14
#region Structs
15
struct NNVector
0 commit comments