From 92ea02645e56a7351013bab30c2fd3e65d8791f3 Mon Sep 17 00:00:00 2001
From: Oliver Sander <sander@dune-project.org>
Date: Thu, 28 Oct 2010 15:28:46 +0000
Subject: [PATCH] document another template parameter

[[Imported from SVN: r6205]]
---
 dune/common/densematrix.hh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dune/common/densematrix.hh b/dune/common/densematrix.hh
index f1ede4374..53229b876 100644
--- a/dune/common/densematrix.hh
+++ b/dune/common/densematrix.hh
@@ -61,6 +61,7 @@ namespace Dune
 
   /**
      \brief you have to specialize this function for any type T that should be assignable to a DenseMatrix
+     \tparam M Type of the matrix implementation class implementing the dense matrix
    */
   template<typename M, typename T>
   void istl_assign_to_fmatrix(DenseMatrix<M>& f, const T& t)
-- 
GitLab