Skip to content

Commit 5b349a3

Browse files
sbryngelsonclaude
andcommitted
Fix domain decomposition overwriting muscl_order
The IGR conditional block unconditionally reset recon_order to weno_order in its else branch, overwriting the muscl_order that was correctly set by the recon_type check above. Remove the else branch so the original recon_order is preserved when IGR is inactive. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 7a78854 commit 5b349a3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/common/m_mpi_common.fpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1146,8 +1146,6 @@ contains
11461146
11471147
if (igr) then
11481148
recon_order = igr_order
1149-
else
1150-
recon_order = weno_order
11511149
end if
11521150
11531151
! 3D Cartesian Processor Topology

0 commit comments

Comments
 (0)