From 99eedcdc0ac709c069542b740168d70fa97e54fc Mon Sep 17 00:00:00 2001 From: German <28149841+germa89@users.noreply.github.com> Date: Tue, 20 Aug 2024 19:01:51 +0200 Subject: [PATCH] feat/adding missing argument (#3293) * feat/adding missing argument * chore: adding changelog file 3293.miscellaneous.md --------- Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> --- doc/changelog.d/3293.miscellaneous.md | 1 + src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 doc/changelog.d/3293.miscellaneous.md diff --git a/doc/changelog.d/3293.miscellaneous.md b/doc/changelog.d/3293.miscellaneous.md new file mode 100644 index 0000000000..07a57f7b11 --- /dev/null +++ b/doc/changelog.d/3293.miscellaneous.md @@ -0,0 +1 @@ +feat/adding missing argument \ No newline at end of file diff --git a/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py b/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py index 4ef3e62ab1..580637f1d2 100644 --- a/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py +++ b/src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py @@ -22,7 +22,7 @@ class RadiositySolver: - def hemiopt(self, hres="", **kwargs): + def hemiopt(self, hres="", tolerance="", **kwargs): """Specifies options for Hemicube view factor calculation. APDL Command: HEMIOPT