Skip to content

Commit

Permalink
remove unused flag
Browse files Browse the repository at this point in the history
  • Loading branch information
balos1 committed Nov 5, 2023
1 parent b816971 commit 3cd7a85
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions examples/arkode/CXX_xbraid/ark_heat2D_xbraid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1098,10 +1098,6 @@ static int ReadInputs(int *argc, char ***argv, UserData *udata, bool outproc)
{
udata->linear = false;
}
else if (arg == "--diagnostics")
{
udata->diagnostics = true;
}
// Linear solver settings
else if (arg == "--gmres")
{
Expand Down

0 comments on commit 3cd7a85

Please sign in to comment.