Skip to content

Update primeconfig.py #970

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/changelog.d/970.documentation.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Update primeconfig.py
4 changes: 2 additions & 2 deletions src/ansys/meshing/prime/autogen/primeconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,7 @@ class ErrorCode(enum.IntEnum):
RECOVERPERIODICSURFACESINVALIDSCOPE = 2910
"""Invalid scope input for periodic surface recovery."""
CHECKPERIODICPAIRSFAILED = 2911
"""Could not find a matching periodic face pair."""
"""Cannot find a matching periodic face pair."""
PERIODICSURFACESEDGESMISMATCH = 2912
"""Edge entities do not match on periodic source and target surfaces."""
PERIODICRECOVERYFORALREADYVOLUMEMESHEDPART = 2913
Expand Down Expand Up @@ -699,7 +699,7 @@ class ErrorCode(enum.IntEnum):

**This is a beta parameter**. **The behavior and name may change in the future**."""
NUMENMETHODNOTFCOUND = 3801
"""Could not find numen method."""
"""Cannot find numen method."""
CELLSEPARATIONFAILED = 6000
"""Cell separation failed."""
NOCELLSSEPARATED = 6001
Expand Down
Loading