Skip to content

Commit 8c051fb

Browse files
committed
Fix shell_layer argument transmission
1 parent ffc5268 commit 8c051fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ansys/dpf/core/plotter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -672,7 +672,7 @@ def add_field(
672672
deform_by=deform_by,
673673
scale_factor=scale_factor,
674674
as_linear=True,
675-
shell_layer=eshell_layers.top,
675+
shell_layer=shell_layer,
676676
**kwargs,
677677
)
678678

0 commit comments

Comments
 (0)