We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 158d12f + 8cfd697 commit 682e3e7Copy full SHA for 682e3e7
1 file changed
src/engine/internalimpedance/scaledbessel.jl
@@ -17,6 +17,7 @@ end
17
::Val{:inner}, r_in::T, r_ex::T, rho_c::T, mur_c::T, freq::T,
18
) where {T <: REALSCALAR}
19
# TODO: replace with your actual formula
20
+ # Issue URL: https://github.com/Electa-Git/LineCableModels.jl/issues/16
21
println("ScaledBessel inner");
22
return Complex{T}(0)
23
end
0 commit comments