Skip to content

Commit 4f89f33

Browse files
authored
Remove grid stretch parameters from simulation inputs (#430)
1 parent f0c3617 commit 4f89f33

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
@@ -123,7 +123,7 @@
123123
SIMULATION.append(f'bc_{cmp}%ve1')
124124
SIMULATION.append(f'bc_{cmp}%ve2')
125125
SIMULATION.append(f'bc_{cmp}%ve3')
126-
for prepend in ["domain%beg", "domain%end", "a", "b"]:
126+
for prepend in ["domain%beg", "domain%end"]:
127127
SIMULATION.append(f"{cmp}_{prepend}")
128128

129129
for wrt_id in range(1,10+1):

0 commit comments

Comments
 (0)