Commit 96b76e5b authored by Doak, Peter W.'s avatar Doak, Peter W.
Browse files

make complex->real for G0_k_t warn as well.

parent 786b24b3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ void compute_G0_k_t(

  compute_G0_k_t(H0_k, mu, beta, f_cmplx);

  G0_k_t = std::move(func::util::real(f_cmplx, ImagCheck::FAIL));
  G0_k_t = std::move(func::util::real(f_cmplx, ImagCheck::WARN));
}

}  // namespace phys