Skip to content

Commit

Permalink
Update Src/LinearSolvers/MLMG/AMReX_MLMG.H
Browse files Browse the repository at this point in the history
Co-authored-by: Weiqun Zhang <WeiqunZhang@lbl.gov>
  • Loading branch information
cgilet and WeiqunZhang authored Jul 14, 2023
1 parent 8fe1b60 commit caf6aa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/LinearSolvers/MLMG/AMReX_MLMG.H
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ MLMGT<MF>::solve (const Vector<AMF*>& a_sol, const Vector<AMF const*>& a_rhs,
}

if ( throw_exception ) {
throw error(std::string("MLMG blew up."));
throw error("MLMG blew up.");
} else {
amrex::Abort("MLMG failing so lets stop here");
}
Expand Down

0 comments on commit caf6aa6

Please sign in to comment.