Skip to content

Commit a522b5c

Browse files
author
José Miguel Sánchez Fernández
authored
Merge pull request #5 from VisualStudioEX3/feature/set-private-nn-algorithm-class
Set private NNAlgorithm class.
2 parents 1af8f4a + 821aac9 commit a522b5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DIV2.Format.Exporter/Utils/NNAlgorithm.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ namespace DIV2.Format.Exporter.Utils
99
/// Nearest Neighbour algorithm.
1010
/// </summary>
1111
/// <remarks>Algorithm description: https://en.wikipedia.org/wiki/Nearest_neighbour_algorithm </remarks>
12-
public static class NNAlgorithm
12+
static class NNAlgorithm
1313
{
1414
#region Structs
1515
struct NNVector

0 commit comments

Comments
 (0)