Commit 1216c4d
Fix BC_SlIP_WALL casing typo in boundary conditions
The case statement used BC_SlIP_WALL (lowercase l) instead of
BC_SLIP_WALL, which would fail to match the constant defined in
m_constants.fpp, making the slip wall boundary condition unreachable
for this specific 3D boundary direction.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 4ff0bef commit 1216c4d
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
275 | 275 | | |
276 | 276 | | |
277 | 277 | | |
278 | | - | |
| 278 | + | |
279 | 279 | | |
280 | 280 | | |
281 | 281 | | |
| |||
0 commit comments