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

[cleanup] mark method SQR as deprecated

parent a34a1f69
Branches
Tags
No related merge requests found
......@@ -61,6 +61,9 @@ namespace Dune {
*#include <dune/common/misc.hh>
* \endcode
*/
template<class T>
T SQR (T t) DUNE_DEPRECATED_MSG("Use method sqr from math.hh instead");
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