Skip to content

Commit

Permalink
cosmetic change
Browse files Browse the repository at this point in the history
  • Loading branch information
roosre committed Jun 6, 2024
1 parent 7eac3db commit 2ca83cc
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 @@ -326,7 +326,7 @@ def get_analysis_ply_index_to_name_map(
DPF Meshed region enriched with lay-up information
Note: Analysis plies of ACP's imported solid model which are linked
to homogeneous elements only are ignored currently.
to homogeneous elements only are currently skipped.
"""
analysis_ply_name_to_index_map = {}
with mesh.property_field("layer_to_analysis_ply").as_local_field() as local_field:
Expand Down

0 comments on commit 2ca83cc

Please sign in to comment.