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

patch 5973 (Document include statement for Dune::SQR()) merged from the trunk

[[Imported from SVN: r5974]]
parent 93ceff88
Branches
Tags
No related merge requests found
......@@ -55,6 +55,11 @@ namespace Dune {
}
/** \brief Compute the square of T */
/**
* \code
*#include <dune/common/misc.hh>
* \endcode
*/
template<class T>
T SQR (T t)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment