Skip to content

Commit

Permalink
fixes some issues related to the renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
sadit committed May 23, 2017
1 parent 57de5dd commit 49ebe0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
@@ -1,4 +1,4 @@
The NNS.jl package is licensed under the Apache License, Version 2.0:
The SimilaritySearch package is licensed under the Apache License, Version 2.0:

> Copyright (c) 2017: Eric S. Tellez.
>
Expand Down
2 changes: 1 addition & 1 deletion src/SimilaritySearch.jl
@@ -1,4 +1,4 @@
module NNS
module SimilaritySearch
abstract type Index end
abstract type Result end

Expand Down
2 changes: 1 addition & 1 deletion src/distances/cos.jl
Expand Up @@ -5,7 +5,7 @@ mutable struct AngleDistance
AngleDistance() = new(0)
end

immutable DenseCosine{T <: Real}
struct DenseCosine{T <: Real}
vec::Vector{T}
invnorm::T
end
Expand Down

0 comments on commit 49ebe0f

Please sign in to comment.