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

document another template parameter

[[Imported from SVN: r6205]]
parent f2f8fc3b
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment