Skip to content

Commit ecd97f4

Browse files
Automatically added GitHub issue links to TODOs
1 parent 206ce12 commit ecd97f4

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/FEMTools/space.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@ function _make_space_geometry(workspace::FEMWorkspace)
211211

212212
# Create a transition region between the cables and the surrounding earth
213213
# TODO: Transition regions should use the specific earth layer properties
214+
# Issue URL: https://github.com/Electa-Git/LineCableModels.jl/issues/6
214215
cable_system = workspace.cable_system
215216
all_cables = collect(1:length(cable_system.cables))
216217
(cx, cy, bounding_radius, characteristic_len) = _get_system_centroid(cable_system, all_cables)

0 commit comments

Comments
 (0)