Skip to content

Commit 0deb41c

Browse files
Merge pull request #13982 from KratosMultiphysics/trilinos/clean-up-legacy-registered-solver
[TrilinosApplication] Clean up legacy typo registered solver
2 parents 6a0a0ac + 6af9aee commit 0deb41c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

applications/TrilinosApplication/custom_factories/trilinos_linear_solver_factory.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ void RegisterTrilinosLinearSolvers()
8484
KRATOS_REGISTER_TRILINOS_LINEAR_SOLVER("amesos2", Amesos2SolverFactory);
8585
KRATOS_REGISTER_TRILINOS_LINEAR_SOLVER("klu2", Amesos2SolverFactory);
8686
KRATOS_REGISTER_TRILINOS_LINEAR_SOLVER("mumps2", Amesos2SolverFactory);
87-
KRATOS_REGISTER_TRILINOS_LINEAR_SOLVER("mumsps2", Amesos2SolverFactory); // NOTE: This is a typo, to be removed, keep it for retrocompatibility
8887
KRATOS_REGISTER_TRILINOS_LINEAR_SOLVER("super_lu_dist2", Amesos2SolverFactory);
8988
KRATOS_REGISTER_TRILINOS_LINEAR_SOLVER("basker", Amesos2SolverFactory);
9089
#endif

0 commit comments

Comments
 (0)