Skip to content

Commit

Permalink
fix: fast_norm > fast_norm_TU
Browse files Browse the repository at this point in the history
  • Loading branch information
pvazteixeira committed Sep 7, 2018
1 parent 5ce33b7 commit d756a92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/TransformUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ end


function normalize(v::Array{Float64,1})
return v / fast_norm(v)
return v / fast_norm_TU(v)
end


Expand Down

0 comments on commit d756a92

Please sign in to comment.