From 9897f1067a26ec5a9bf48bffd7833c36cace812e Mon Sep 17 00:00:00 2001 From: Christoph Lehmann <christoph.lehmann@ufz.de> Date: Tue, 20 Sep 2016 19:05:39 +0200 Subject: [PATCH] [PL] tell shapematrices about axial symmetry --- ProcessLib/Utils/InitShapeMatrices.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ProcessLib/Utils/InitShapeMatrices.h b/ProcessLib/Utils/InitShapeMatrices.h index 1ac8556f2d1..a87dd4909d1 100644 --- a/ProcessLib/Utils/InitShapeMatrices.h +++ b/ProcessLib/Utils/InitShapeMatrices.h @@ -38,8 +38,7 @@ std::vector<typename ShapeMatricesType::ShapeMatrices> initShapeMatrices( ShapeFunction::NPOINTS); fe.computeShapeFunctions( integration_method.getWeightedPoint(ip).getCoords(), - shape_matrices[ip], GlobalDim/*, is_axially_symmetric*/); - (void) is_axially_symmetric; + shape_matrices[ip], GlobalDim, is_axially_symmetric); } return shape_matrices; -- GitLab