Skip to content

Commit 821aac9

Browse files
author
José Miguel Sánchez Fernández
committed
Set private NNAlgorithm class.
1 parent 1af8f4a commit 821aac9

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)