Skip to content
Snippets Groups Projects
Commit 69ea8a33 authored by Stephan Hilb's avatar Stephan Hilb
Browse files

colcompmatrix: match class definition tag

parent 6e567183
No related branches found
No related tags found
1 merge request!277Fix compiler warnings
......@@ -157,7 +157,7 @@ namespace Dune
template<class Mat>
class ColCompMatrix
{
friend struct ColCompMatrixInitializer<Mat>;
friend class ColCompMatrixInitializer<Mat>;
using B = typename Mat::field_type;
......
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