mirror of
https://github.com/tgorordo/WignerSymbols.jl.git
synced 2026-06-13 02:02:14 -07:00
remove erroneous empty line
This commit is contained in:
parent
cdb460332c
commit
0b8be07d6a
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
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
|
throws a `DomainError` if the `jᵢ`s are not (half)integer
|
||||||
"""
|
"""
|
||||||
|
|
||||||
Δ(j₁, j₂, j₃) = Δ(Float64, j₁, j₂, j₃)
|
Δ(j₁, j₂, j₃) = Δ(Float64, j₁, j₂, j₃)
|
||||||
function Δ(T::Type{<:AbstractFloat}, j₁, j₂, j₃)
|
function Δ(T::Type{<:AbstractFloat}, j₁, j₂, j₃)
|
||||||
for jᵢ in (j₁, j₂, j₃)
|
for jᵢ in (j₁, j₂, j₃)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue