Commit b2635e3
committed
fix: Cray ftn continuation and AMD flang case-opt array mismatch
m_time_steppers.fpp: remove invalid trailing & on call to
s_compute_moment_of_inertia (Cray ftn rejects blank continuation lines).
m_re_visc.fpp: add #:include 'case.fpp'. Without it, MFC_CASE_OPTIMIZATION
is undefined (False) during Fypp preprocessing, so AMD case-opt builds take
the USING_AMD dimension(3) path while callers that include case.fpp take the
dimension(num_fluids) path — causing 'actual argument has fewer elements'
errors when num_fluids != 3.1 parent b2f262c commit b2635e3
2 files changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
5 | 6 | | |
6 | 7 | | |
7 | 8 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
762 | 762 | | |
763 | 763 | | |
764 | 764 | | |
765 | | - | |
766 | | - | |
767 | | - | |
| 765 | + | |
| 766 | + | |
768 | 767 | | |
769 | 768 | | |
770 | 769 | | |
| |||
0 commit comments