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

printmatrix now appears in the doxygen documentation

[[Imported from SVN: r1158]]
parent 5c330634
No related branches found
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ namespace Dune {
}
}
/** \brief Prints a generic block matrix */
template<class M>
void printmatrix (std::ostream& s, const M& A, std::string title, std::string rowtext,
int width=10, int precision=2)
......
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