Skip to content
Snippets Groups Projects
Commit 1ab7d46a authored by Tomáš Oberhuber's avatar Tomáš Oberhuber
Browse files

Fix of sparse matrix in PyTNL.

parent dbf66870
No related branches found
No related tags found
1 merge request!89To/matrices adaptive csr
...@@ -15,7 +15,7 @@ struct SpecificExports ...@@ -15,7 +15,7 @@ struct SpecificExports
}; };
template< typename Real, typename Device, typename Index > template< typename Real, typename Device, typename Index >
struct SpecificExports< TNL::Matrices::Legacy::CSR< Real, Device, Index > > struct SpecificExports< TNL::Benchmarks::SpMV::ReferenceFormats::Legacy::CSR< Real, Device, Index > >
{ {
template< typename Scope > template< typename Scope >
static void exec( Scope & s ) static void exec( Scope & s )
......
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