Skip to content

Commit

Permalink
removing mfem warning
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamer2368 committed Jul 9, 2024
1 parent e591fcd commit 45b66e3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/rom_handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -351,9 +351,6 @@ MFEMROMHandler::MFEMROMHandler(
{
mfem_error("Unknown ROM linear system type!\n");
}

if (mat_type == MUMPSSolver::MatType::SYMMETRIC_INDEFINITE)
mfem_warning("MUMPS matrix type SYMMETRIC_INDEFINITE can be unstable, returning inaccurate answer.\n");
printf("right after mfem_warning\n");
}
printf("MFEMROMHandler::MFEMROMHandler end\n");
Expand Down

0 comments on commit 45b66e3

Please sign in to comment.