From 211b6698452efab5c82d54a300af0fafa57ce7e9 Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Fri, 29 Jan 2016 18:12:27 +0100 Subject: [PATCH] [T] fix test --- Tests/NumLib/TestFunctionInterpolation.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tests/NumLib/TestFunctionInterpolation.cpp b/Tests/NumLib/TestFunctionInterpolation.cpp index 1d2335e32a4..dd43128f418 100644 --- a/Tests/NumLib/TestFunctionInterpolation.cpp +++ b/Tests/NumLib/TestFunctionInterpolation.cpp @@ -67,7 +67,8 @@ TEST(NumLibFunctionInterpolationTest, Linear1DElement) const unsigned integration_order = 2; IntegrationMethod integration_method(integration_order); - ShapeMatricesType::ShapeMatrices shape_matrix; + ShapeMatricesType::ShapeMatrices shape_matrix( + ShapeFunction::DIM, ShapeFunction::DIM, ShapeFunction::NPOINTS); finite_element.computeShapeFunctions( integration_method.getWeightedPoint(0).getCoords(), -- GitLab