Skip to content

Commit

Permalink
Fixed format issue
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed Aug 2, 2024
1 parent 066570f commit 5792afa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/SD4SOLPS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,9 @@ function geqdsk_to_imas!(
paths, level = IMAS.flux_surface(eqt, level, :closed)
count += 1
end
println("Correcting psi_boundary from $(gq.psi_boundary) to $level so contouring will find a closed flux surface.")
println(
"Correcting psi_boundary from $(gq.psi_boundary) to $level so contouring will find a closed flux surface.",
)
gq.psi_boundary = level
end

Expand Down Expand Up @@ -281,7 +283,7 @@ function preparation(
# Fill out more equilibrium data
add_rho_to_equilibrium!(dd) # Doesn't do anything if rho is valid
dd.global_time = dd.equilibrium.time_slice[1].time
for eqt in dd.equilibrium.time_slice
for eqt dd.equilibrium.time_slice
IMAS.flux_surfaces(eqt)
end
# Add SOLPS data
Expand Down

0 comments on commit 5792afa

Please sign in to comment.