Skip to content

Commit

Permalink
fix running of DIII-D use cases
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Dec 17, 2024
1 parent 8dc7eaa commit c57e97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parameters/parameters_inits.jl
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ function Base.setproperty!(parameters_build::FUSEparameters__build{T}, field::Sy
layer.thickness = thickness

# type
if occursin("OH", uppercase(layer.name)) && occursin("hfs", lowercase(layer.name)) && !occursin("gap ", lowercase(layer.name))
if occursin("OH", uppercase(layer.name)) && occursin("hfs", lowercase(layer.name))
layer.type = :oh
elseif occursin("gap ", lowercase(layer.name))
layer.type = :gap
Expand Down

0 comments on commit c57e97b

Please sign in to comment.