Commit 5b349a3
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1146 | 1146 | | |
1147 | 1147 | | |
1148 | 1148 | | |
1149 | | - | |
1150 | | - | |
1151 | 1149 | | |
1152 | 1150 | | |
1153 | 1151 | | |
| |||
0 commit comments