Skip to content

Commit

Permalink
feat/adding missing argument (#3293)
Browse files Browse the repository at this point in the history
* feat/adding missing argument

* chore: adding changelog file 3293.miscellaneous.md

---------

Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
germa89 and pyansys-ci-bot authored Aug 20, 2024
1 parent 5a29cdb commit 99eedcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/changelog.d/3293.miscellaneous.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
feat/adding missing argument
2 changes: 1 addition & 1 deletion src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 99eedcd

Please sign in to comment.