Skip to content

Commit

Permalink
Update src/ansys/dpf/composites/layup_info/_layup_info.py
Browse files Browse the repository at this point in the history
Co-authored-by: Kathy Pippert <[email protected]>
  • Loading branch information
roosre and PipKat authored Nov 28, 2023
1 parent e9130b5 commit 49395f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/composites/layup_info/_layup_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def _get_layup_model_context(layup_provider: dpf.Operator) -> int:
return layup_provider.get_output(218, int)


# Note: must be in sync with the LayupModelContextTypeEnum in the C++ code
# Note: Must be in sync with the ``LayupModelContextTypeEnum`` object in the C++ code.
class LayupModelModelContextType(Enum):
NOT_AVAILABLE = 0 # no layup data
ACP = 1 # lay-up data was read from ACP
Expand Down

0 comments on commit 49395f8

Please sign in to comment.