Skip to content

Commit

Permalink
Revert commit 75febde (#8471)
Browse files Browse the repository at this point in the history
  • Loading branch information
mperego authored Dec 16, 2020
1 parent 8785e8c commit 34f77dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/amesos2/src/Amesos2_Superlu_def.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -759,7 +759,7 @@ Superlu<Matrix,Vector>::getValidParameters_impl() const
"Use weighted bipartite matching algorithm",
"Use the ordering given in perm_r input"),
tuple<SLU::rowperm_t>(SLU::NOROWPERM,
#if SUPERLU_MAJOR_VERSION > 5 || (SUPERLU_MAJOR_VERSION == 5 && SUPERLU_MINOR_VERSION > 2) || (SUPERLU_MAJOR_VERSION == 5 && SUPERLU_MINOR_VERSION == 2 && SUPERLU_PATCH_VERSION >= 1)
#if SUPERLU_MAJOR_VERSION > 5 || (SUPERLU_MAJOR_VERSION == 5 && SUPERLU_MINOR_VERSION > 2) || (SUPERLU_MAJOR_VERSION == 5 && SUPERLU_MINOR_VERSION == 2 && SUPERLU_PATCH_VERSION >= 2)
SLU::LargeDiag_MC64,
#else
SLU::LargeDiag,
Expand Down

0 comments on commit 34f77dc

Please sign in to comment.