We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9f795a9 + dfbf6d9 commit a02a29eCopy full SHA for a02a29e
1 file changed
src/legacy/CableToolbox.jl
@@ -1081,6 +1081,7 @@ function compute_frequency_dependent_soil_props(
1081
sigma_g_total[:, l] .= sigma_g .* ones(siz)
1082
else
1083
Base.error("Currently only constant properties (CP) soil models are available.") #TODO: port CIGRE and Longmire-Smith models
1084
+ #Issue URL: https://github.com/Electa-Git/LineCableModels.jl/issues/15
1085
end
1086
1087
# Calculate absolute permittivity (ε = ε₀ * εr)
0 commit comments