From 01281f7c3d23e2d33a8fdc0dc5856dcd37cd4a38 Mon Sep 17 00:00:00 2001 From: srpyprime <94401560+srpyprime@users.noreply.github.com> Date: Tue, 21 Jan 2025 21:48:54 +0530 Subject: [PATCH 1/2] Update primeconfig.py --- src/ansys/meshing/prime/autogen/primeconfig.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ansys/meshing/prime/autogen/primeconfig.py b/src/ansys/meshing/prime/autogen/primeconfig.py index dbae59b052..4a2fcec307 100644 --- a/src/ansys/meshing/prime/autogen/primeconfig.py +++ b/src/ansys/meshing/prime/autogen/primeconfig.py @@ -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 @@ -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 From f647d39bc1a0c8ba962f81e169d2e4fe22ca1820 Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:21:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 970.documentation.md [dependabot-skip] --- doc/changelog.d/970.documentation.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/970.documentation.md diff --git a/doc/changelog.d/970.documentation.md b/doc/changelog.d/970.documentation.md new file mode 100644 index 0000000000..9e447b97ef --- /dev/null +++ b/doc/changelog.d/970.documentation.md @@ -0,0 +1 @@ +Update primeconfig.py \ No newline at end of file