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 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