We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d57ba commit b3c1e9aCopy full SHA for b3c1e9a
1 file changed
src/response/hessian.jl
@@ -82,7 +82,7 @@ function ResponseCallback()
82
ResponseCallback(Ref(zero(UInt64)))
83
end
84
function (cb::ResponseCallback)(info)
85
- mpi_master(info.basis.comm_kpts) && return info # Only print on master
+ mpi_master(info.basis.comm_kpts) || return info # Only print on master
86
87
if info.stage == :finalize
88
info.converged || @warn "solve_ΩplusK not converged."
0 commit comments