From 0b8be07d6a4d4206d5c52e0a83c076c25724c74e Mon Sep 17 00:00:00 2001 From: Jutho Haegeman Date: Sun, 17 Jun 2018 02:08:51 +0200 Subject: [PATCH] remove erroneous empty line --- src/WignerSymbols.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/WignerSymbols.jl b/src/WignerSymbols.jl index 4049c58..57e7595 100644 --- a/src/WignerSymbols.jl +++ b/src/WignerSymbols.jl @@ -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₃)