Skip to content

Commit

Permalink
Fixed code error
Browse files Browse the repository at this point in the history
  • Loading branch information
JennaPaikowsky committed Jan 9, 2025
1 parent c91147a commit 41bdae6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/core/field.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class Field(_FieldBase):
>>> from ansys.dpf.core import fields_factory
>>> from ansys.dpf.core import locations
>>> from ansys.dpf import core as dpf
>>> field_with_factory = fields_factory.create_scalar_field(2)
>>> my_scalar_field = fields_factory.create_scalar_field(2)
>>> my_scalar_field.data = [1.0, 3.0]
Extract a displacement field from a transient result file.
Expand Down

0 comments on commit 41bdae6

Please sign in to comment.