Skip to content
Snippets Groups Projects
Commit ced7c418 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed typo in UmfpackWrapper

parent 3a17dca3
No related branches found
No related tags found
1 merge request!5Decoupling linear solvers from PDE solvers
......@@ -22,7 +22,6 @@ namespace TNL {
namespace Solvers {
namespace Linear {
template<>
bool UmfpackWrapper< Matrices::CSR< double, Devices::Host, int > >::
solve( ConstVectorViewType b, VectorViewType x )
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment