Skip to content

Commit

Permalink
Fixed dim in subset_sol, missed earlier.
Browse files Browse the repository at this point in the history
  • Loading branch information
anchal-physics committed Nov 3, 2023
1 parent 8839d44 commit 3f181c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SOLPS2IMAS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -1102,7 +1102,7 @@ function solps2imas(b2gmtry, b2output, gsdesc, b2mn=nothing; load_bb=false)
iy,
cuts...,
)
add_subset_element!(subset_sol, sn, 2, ic, in_sol; iy, cuts...)
add_subset_element!(subset_sol, sn, 3, ic, in_sol; iy, cuts...)
add_subset_element!(
subset_idr,
sn,
Expand Down

0 comments on commit 3f181c6

Please sign in to comment.