Skip to content

Commit 56c04f3

Browse files
committed
fix: restore alpha_wrt scalar registration missing from refac-params
The refac-params branch dropped the bare alpha_wrt scalar param from definitions.py — it was in master's _wrt loop but not carried over. This caused ./mfc.sh validate to reject example cases using 'alpha_wrt': 'T' (the schema had patternProperties for alpha_wrt(N) but not the scalar form), matching what master registers: both the bare scalar and the indexed forms.
1 parent 4813369 commit 56c04f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

toolchain/mfc/params/definitions.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ def _load():
623623
_r(n, LOG, {"output"})
624624
for n in [
625625
"schlieren_wrt",
626+
"alpha_wrt",
626627
"rho_wrt",
627628
"E_wrt",
628629
"pres_wrt",

0 commit comments

Comments
 (0)