From 1ab7d46a10e61029cb2c72cbdc7ce0346faeaf5d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Oberhuber?= <oberhuber.tomas@gmail.com>
Date: Sun, 31 Jan 2021 19:55:36 +0100
Subject: [PATCH] Fix of sparse matrix in PyTNL.

---
 src/Python/pytnl/tnl/SparseMatrix.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Python/pytnl/tnl/SparseMatrix.h b/src/Python/pytnl/tnl/SparseMatrix.h
index 068c69ca83..b0aa35b50b 100644
--- a/src/Python/pytnl/tnl/SparseMatrix.h
+++ b/src/Python/pytnl/tnl/SparseMatrix.h
@@ -15,7 +15,7 @@ struct SpecificExports
 };
 
 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 >
     static void exec( Scope & s )
-- 
GitLab