From 882661b71773d7cd86b934dc77b19bf7f3e31096 Mon Sep 17 00:00:00 2001
From: Joern Behrens <joern.behrens@uni-hamburg.de>
Date: Wed, 16 Feb 2022 18:54:59 +0100
Subject: [PATCH] increased number of FEM types for stacked

---
 amatos2d/src/gridgen/FEM_param.F90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/amatos2d/src/gridgen/FEM_param.F90 b/amatos2d/src/gridgen/FEM_param.F90
index 535714d..892fc1e 100644
--- a/amatos2d/src/gridgen/FEM_param.F90
+++ b/amatos2d/src/gridgen/FEM_param.F90
@@ -87,7 +87,7 @@ MODULE FEM_param
   INTEGER (KIND = GRID_SI), PARAMETER         :: DEF_evalsize= 1              !< size of real array (elmt)
   INTEGER (KIND = GRID_SI), PARAMETER         :: DEF_gvalsize= DEF_constno    !< size of real array (edge)
   INTEGER (KIND = GRID_SI), PARAMETER         :: DEF_nvalsize= 2*DEF_constno  !< size of real array (node)
-  INTEGER (KIND = GRID_SI), PARAMETER         :: DEF_maxfemtypes=32           !< max no. of FEM types supported
+  INTEGER (KIND = GRID_SI), PARAMETER         :: DEF_maxfemtypes=64           !< max no. of FEM types supported
 
 !---------- definition parameters
 
-- 
GitLab