Skip to content

Commit 99eedcd

Browse files
feat/adding missing argument (#3293)
* feat/adding missing argument * chore: adding changelog file 3293.miscellaneous.md --------- Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 5a29cdb commit 99eedcd

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
feat/adding missing argument

src/ansys/mapdl/core/_commands/aux12_/radiosity_solver.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323

2424
class RadiositySolver:
25-
def hemiopt(self, hres="", **kwargs):
25+
def hemiopt(self, hres="", tolerance="", **kwargs):
2626
"""Specifies options for Hemicube view factor calculation.
2727
2828
APDL Command: HEMIOPT

0 commit comments

Comments
 (0)