Skip to content

Commit e1790e6

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 6eea7ea commit e1790e6

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
@@ -1153,8 +1153,6 @@ contains
11531153

11541154
if (igr) then
11551155
recon_order = igr_order
1156-
else
1157-
recon_order = weno_order
11581156
end if
11591157

11601158
! 3D Cartesian Processor Topology

0 commit comments

Comments
 (0)