From b4ff89f3040e3a96d9616e0a0e20cfef1662bb8b Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Tue, 26 Oct 2021 13:06:55 +0200 Subject: [PATCH] improved test --- PRIVATE | 2 +- src/mesh/mesh_mech_FEM.f90 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/PRIVATE b/PRIVATE index 0ff1d7540..bb73a35f3 160000 --- a/PRIVATE +++ b/PRIVATE @@ -1 +1 @@ -Subproject commit 0ff1d7540fede9611d46d2885bebbbe60dcbbfb0 +Subproject commit bb73a35f334831eed10d0e293aafea6c0900b7bd diff --git a/src/mesh/mesh_mech_FEM.f90 b/src/mesh/mesh_mech_FEM.f90 index 58429992c..496a82fc5 100644 --- a/src/mesh/mesh_mech_FEM.f90 +++ b/src/mesh/mesh_mech_FEM.f90 @@ -41,7 +41,7 @@ module mesh_mechanical_FEM type, private :: tNumerics integer :: & - p_i, & !< integration order + p_i, & !< integration order (quadrature rule) itmax logical :: & BBarStabilisation