Skip to content
Snippets Groups Projects
Commit 0a476caf authored by Elias Pipping's avatar Elias Pipping Committed by pipping
Browse files

Make compile

[[Imported from SVN: r12094]]
parent d16ebd99
Branches
Tags
No related merge requests found
......@@ -24,7 +24,7 @@ class SumNorm: public Norm<V>
//! Compute the norm of the given vector
field_type operator()(const VectorType &f) const
{
return std::sqrt(this->SumNorm<OperatorType,VectorType>::normSquared(f));
return std::sqrt(normSquared(f));
}
//! Compute the square of the norm of the given vector
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment