We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38609e commit d863869Copy full SHA for d863869
toolchain/mfc/run/case_dicts.py
@@ -308,7 +308,7 @@ def analytic(self):
308
for prepend in ["domain%beg", "domain%end"]:
309
SIMULATION[f"{cmp}_{prepend}"] = ParamType.REAL
310
311
-for probe_id in range(1,3+1):
+for probe_id in range(1,10+1):
312
for cmp in ["x", "y", "z"]:
313
SIMULATION[f'probe({probe_id})%{cmp}'] = ParamType.REAL
314
0 commit comments