Skip to content

Commit

Permalink
Merge branch 'bench_fix' into is_default
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisZYJ committed Jul 1, 2024
2 parents 7cc222d + d091214 commit e988b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/simulation/m_monopole.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ contains
else
delay(i) = mono(i)%delay
end if
if (f_is_default(mono(i)%delay)) then
if (f_is_default(mono(i)%support_width)) then
support_width(i) = 2.5d0
else
support_width(i) = mono(i)%support_width
Expand Down

0 comments on commit e988b02

Please sign in to comment.