Commit ced7c418 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Fixed typo in UmfpackWrapper

parent 3a17dca3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@ namespace TNL {
namespace Solvers {
namespace Linear {

template<>
bool UmfpackWrapper< Matrices::CSR< double, Devices::Host, int > >::
solve( ConstVectorViewType b, VectorViewType x )
{