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

Small fixes in matrix reader and writer.

parent d92d27f6
No related branches found
No related tags found
1 merge request!89To/matrices adaptive csr
......@@ -81,7 +81,6 @@ class MatrixReader
/// This is to prevent from appearing in Doxygen documentation.
/// \cond HIDDEN_CLASS
template< typename Matrix >
class MatrixReader< Matrix, TNL::Devices::Host >
{
......
......@@ -123,7 +123,7 @@ class MatrixWriter
bool verbose = false );
protected:
using HostMatrix = typename Matrix::Self< RealType, TNL::Devices::Host >;
using HostMatrix = typename Matrix::template Self< RealType, TNL::Devices::Host >;
};
/// This is to prevent from appearing in Doxygen documentation.
......
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