Skip to content

Commit fd32588

Browse files
authored
Remove unused parameters
1 parent fd38353 commit fd32588

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
@@ -39,7 +39,7 @@
3939
for attribute in ["geometry", "radius", "radii", "epsilon", "beta",
4040
"normal", "smoothen", "smooth_patch_id", "alpha_rho",
4141
"smooth_coeff", "rho", "vel", "pres", "alpha", "gamma",
42-
"pi_inf", "r0", "v0", "p0", "m0","vortex_vel","vortex_l"]:
42+
"pi_inf", "r0", "v0", "p0", "m0"]:
4343
PRE_PROCESS.append(f"patch_icpp({p_id})%{attribute}")
4444

4545
for cmp_id, cmp in enumerate(["x", "y", "z"]):

0 commit comments

Comments
 (0)