Skip to content

Commit 3e70706

Browse files
Shrinking size of patch_ib array in order to prevent preprocess from blowing up
1 parent 36d60fe commit 3e70706

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/pre_process/m_global_parameters.fpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ module m_global_parameters
9393

9494
!> @name Immersed Boundaries
9595
!> @{
96-
integer :: Np
97-
type(ib_patch_parameters), dimension(num_ib_patches_max) :: patch_ib !< Immersed boundary patch parameters
98-
type(vec3_dt), allocatable, dimension(:) :: airfoil_grid_u, airfoil_grid_l
96+
integer :: Np
97+
type(ib_patch_parameters), dimension(num_ib_patches_max_namelist) :: patch_ib !< Immersed boundary patch parameters
98+
type(vec3_dt), allocatable, dimension(:) :: airfoil_grid_u, airfoil_grid_l
9999
!> @}
100100

101101
!> @name Non-polytropic bubble gas compression

0 commit comments

Comments
 (0)