Skip to content
Snippets Groups Projects
Commit ae55f79b authored by Oliver Sander's avatar Oliver Sander
Browse files

friend class --> friend struct for consistency

[[Imported from SVN: r1634]]
parent 351927f7
No related branches found
No related tags found
No related merge requests found
......@@ -355,7 +355,7 @@ namespace Dune
{
template<class M, class X, class TM, class TD, class T1>
friend class SeqOverlappingSchwarz;
friend class SuperMatrixInitializer<BCRSMatrix<FieldMatrix<B,n,m>,TA> >;
friend struct SuperMatrixInitializer<BCRSMatrix<FieldMatrix<B,n,m>,TA> >;
public:
/** @brief The type of the matrix to convert. */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment