From c6579f8890289700fc865cc9feb23ebf776d320f Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Mon, 3 Feb 2020 22:41:52 +0100 Subject: [PATCH] [skip ci] unified --- src/mesh/FEM_zoo.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/FEM_zoo.f90 b/src/mesh/FEM_zoo.f90 index 5ab1c3102..1326039fc 100644 --- a/src/mesh/FEM_zoo.f90 +++ b/src/mesh/FEM_zoo.f90 @@ -86,7 +86,7 @@ subroutine FEM_Zoo_init FEM_Zoo_QuadraturePoints (2,4)%p(13:24)= FEM_Zoo_permutationStar111([0.31035245103378_pReal, 0.63650249912140_pReal]) !-------------------------------------------------------------------------------------------------- -! 2D order 5 +! 2D quintic FEM_Zoo_nQuadrature(2,5) = 16 allocate(FEM_Zoo_QuadratureWeights(2,5)%p(16))