Skip to content
Snippets Groups Projects
Commit a8f071a5 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

Document include statement for Dune::SQR().

[[Imported from SVN: r5973]]
parent d6c16706
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment