From: Wolfgang Bangerth Date: Wed, 9 Sep 2015 22:02:00 +0000 (-0500) Subject: Adjust type of CosineFunction::hessian. X-Git-Tag: v8.4.0-rc2~450^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1570%2Fhead;p=dealii.git Adjust type of CosineFunction::hessian. --- diff --git a/tests/numerics/derivatives.cc b/tests/numerics/derivatives.cc index 70f4320a83..521ccc3841 100644 --- a/tests/numerics/derivatives.cc +++ b/tests/numerics/derivatives.cc @@ -129,7 +129,7 @@ check (const unsigned int level, std::vector > Du (quadrature.size()); std::vector > Df (quadrature.size()); std::vector > DDu (quadrature.size()); - std::vector > DDf (quadrature.size()); + std::vector > DDf (quadrature.size()); for (cell = dof.begin_active(); cell != end; ++cell) {