Skip to content

Commit b974987

Browse files
committed
3D lungwave case file fix
1 parent 0757770 commit b974987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/3D_lungwave/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@
181181
"patch_icpp(2)%length_x": 2000, # dlengx,#dlengx/2.+2, #
182182
"patch_icpp(2)%length_y": dlengy,
183183
"patch_icpp(2)%length_z": dlengz,
184-
"patch_icpp(2)%a2": interface_amp,
184+
"patch_icpp(2)%a(2)": interface_amp,
185185
"patch_icpp(2)%vel(1)": 0.0e00,
186186
"patch_icpp(2)%vel(2)": 0.0,
187187
"patch_icpp(2)%vel(3)": 0.0,

0 commit comments

Comments
 (0)