Skip to content
Snippets Groups Projects
Commit 75eb5d40 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Fixed AdEllpack friend class.

parent 44038f98
No related branches found
No related tags found
1 merge request!45Matrices revision
...@@ -114,7 +114,7 @@ private: ...@@ -114,7 +114,7 @@ private:
// friend class will be needed for templated assignment operators // friend class will be needed for templated assignment operators
template< typename Real2, typename Device2, typename Index2 > template< typename Real2, typename Device2, typename Index2 >
friend class ChunkedEllpack; friend class AdEllpack;
public: public:
......
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