Skip to content

Commit 8dbee54

Browse files
committed
Fix small typo
1 parent 9f83f47 commit 8dbee54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/physics/sol.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ function sol(eqt::IMAS.equilibrium__time_slice, wall_r::Vector{T}, wall_z::Vecto
179179
# update R coordinate of point at OMP in SOL surface, such that PSI_interpolant(rr[midplane_index],ZA) == level
180180
rr[midplane_index] = r_mid_itp(level)
181181
if use_wall
182-
# if use_wall, :lfs and :lfs_far are located based on a condirion on psi
182+
# if use_wall, :lfs and :lfs_far are located based on a condition on psi
183183
threshold = sum(psi_last_diverted) / length(psi_last_diverted)
184184
if psi_sign * level <= psi_sign * threshold # psi_sign to account for increasing/decreasing psi
185185
# Add SOL surface in OFL_lfs

0 commit comments

Comments
 (0)