From 68df29846715de7dcc1d36c7c41369448ca2ec36 Mon Sep 17 00:00:00 2001 From: Anand Date: Sun, 3 May 2026 17:05:18 -0400 Subject: [PATCH] fix bug with num_fluids = 3 and CASE_OPT off with AMD --- src/simulation/m_pressure_relaxation.fpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/m_pressure_relaxation.fpp b/src/simulation/m_pressure_relaxation.fpp index 14bd82befb..8ca939de7d 100644 --- a/src/simulation/m_pressure_relaxation.fpp +++ b/src/simulation/m_pressure_relaxation.fpp @@ -217,7 +217,7 @@ contains type(scalar_field), dimension(sys_size), intent(inout) :: q_cons_vf integer, intent(in) :: j, k, l #:if not MFC_CASE_OPTIMIZATION and USING_AMD - real(wp), dimension(2) :: alpha_rho, alpha + real(wp), dimension(3) :: alpha_rho, alpha #:else real(wp), dimension(num_fluids) :: alpha_rho, alpha #:endif