Skip to content

Commit 0b0b4ae

Browse files
committed
minor
1 parent 10d4ec5 commit 0b0b4ae

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/physics/build.jl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ end
357357
"""
358358
first_wall(pf_active::IMAS.pf_active{T}) where {T<:Real}
359359
360-
Returns named tuple with outline of the wall defined by the pf_active.coils
360+
Returns named tuple with outline of the first wall, defined by the pf_active.coils
361361
"""
362362
function first_wall(pf_active::IMAS.pf_active{T}) where {T<:Real}
363363
if isempty(pf_active.coil)
@@ -431,7 +431,7 @@ end
431431
"""
432432
first_wall(eqt::IMAS.equilibrium__time_slice; precision::Float=1E-3) where {T<:Real}
433433
434-
Returns named tuple with outline of the wall defined by equilibrium computation domain
434+
Returns named tuple with outline of the first wall, defined by equilibrium computation domain
435435
"""
436436
function first_wall(eqt::IMAS.equilibrium__time_slice{T}; precision::Float64=1E-3) where {T<:Real}
437437
# equilibrium compute box
@@ -452,7 +452,7 @@ end
452452
"""
453453
first_wall(eqt::IMAS.equilibrium__time_slice, pf_active::IMAS.pf_active{T}) where {T<:Real}
454454
455-
Returns named tuple with outline of the wall defined as the equilibrium computational domain with cutouts for the pf_active.coils that fall in it
455+
Returns named tuple with outline of the first wall, defined as the equilibrium computational domain with cutouts for the pf_active.coils that fall in it
456456
"""
457457
function first_wall(eqt::IMAS.equilibrium__time_slice, pf_active::IMAS.pf_active{T}) where {T<:Real}
458458
r_eq, z_eq = first_wall(eqt)

0 commit comments

Comments
 (0)