Skip to content

Commit 682e3e7

Browse files
Merge branch 'main' of github.com:Electa-Git/LineCableModels.jl
2 parents 158d12f + 8cfd697 commit 682e3e7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/engine/internalimpedance/scaledbessel.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ end
1717
::Val{:inner}, r_in::T, r_ex::T, rho_c::T, mur_c::T, freq::T,
1818
) where {T <: REALSCALAR}
1919
# TODO: replace with your actual formula
20+
# Issue URL: https://github.com/Electa-Git/LineCableModels.jl/issues/16
2021
println("ScaledBessel inner");
2122
return Complex{T}(0)
2223
end

0 commit comments

Comments
 (0)