Skip to content

Commit

Permalink
Fix MeshInfo docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
PProfizi committed Jul 26, 2023
1 parent 77c29c2 commit 0dbf302
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ansys/dpf/post/mesh_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class FluidMeshInfo:
Cell zones:
{13: 'fluid-rotor', 28: 'fluid-stator'}
Face zones:
{{2: 'default-interior:0',..., 27: 'stator-per-1-shadow'}
{2: 'default-interior:0',..., 27: 'stator-per-1-shadow'}
Cell to face zones:
{13: [2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12],...}
"""
Expand Down

0 comments on commit 0dbf302

Please sign in to comment.