Skip to content

Commit

Permalink
update proper_M
Browse files Browse the repository at this point in the history
  • Loading branch information
ArrogantGao committed Apr 10, 2024
1 parent 4d46eea commit f1d5574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/U_series.jl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function proper_M(η::T, L_z::T, uspara::USeriesPara{T}) where{T}
for i in 1:length(uspara.sw) - 1
(s, w) = uspara.sw[i]
(sp, wp) = uspara.sw[i + 1]
if s < η * L_z < sp
if s η * L_z sp
return i
end
end
Expand Down

0 comments on commit f1d5574

Please sign in to comment.