Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
CarlosP24 committed Sep 26, 2024
1 parent 2a8a05f commit c27b4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utilities/LP_usadel.jl
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ end

function ps_sign(x)
#return real(x) < 0 ? -1.0 + imag(x)*im*1.0 : 1.0 + imag(x)*im*1.0
return -1
return -1.0 + 1e-5im
end

function ΔD(Λ, Δ0, ω)
Expand Down

0 comments on commit c27b4f7

Please sign in to comment.