Skip to content

Commit

Permalink
remove erroneous empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jun 17, 2018
1 parent cdb4603 commit 0b8be07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/WignerSymbols.jl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ as a type `T` floating point number.
Returns `zero(T)` if the triangle condition `δ(j₁, j₂, j₃)` is not satisfied, but
throws a `DomainError` if the `jᵢ`s are not (half)integer
"""

Δ(j₁, j₂, j₃) = Δ(Float64, j₁, j₂, j₃)
function Δ(T::Type{<:AbstractFloat}, j₁, j₂, j₃)
for jᵢ in (j₁, j₂, j₃)
Expand Down

0 comments on commit 0b8be07

Please sign in to comment.