Skip to content

Commit 6e1a155

Browse files
committed
updates
1 parent 61e7221 commit 6e1a155

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toolchain/mfc/run/case_dicts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ def analytic(self):
135135
PRE_PROCESS[f"patch_icpp({p_id})%{real_attr}"] = ParamType.REAL
136136

137137
for real_attr in range(2, 9+1):
138-
PRE_PROCESS['patch_icpp({p_id})%a({real_attr})'] = ParamType.REAL
138+
PRE_PROCESS[f"patch_icpp({p_id})%a({real_attr})"] = ParamType.REAL
139139

140140
PRE_PROCESS[f"patch_icpp({p_id})%pres"] = ParamType.REAL.analytic()
141141

0 commit comments

Comments
 (0)