Skip to content

Commit 3450838

Browse files
update solver interface to fix bug
1 parent 585bbd0 commit 3450838

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

funtofem/interface/_solver_interface.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -628,10 +628,10 @@ def get_adjoint_residual(self, step=0):
628628
"""get the scalar total adjoint residual for this discipline interface"""
629629
return 0.0
630630

631-
def initialize_forward_tight_coupling(self):
631+
def initialize_forward_tight_coupling(self, scenario):
632632
pass
633633

634-
def initialize_adjoint_tight_coupling(self):
634+
def initialize_adjoint_tight_coupling(self, scenario):
635635
pass
636636

637637
def get_last_adjoint_step(self):

0 commit comments

Comments
 (0)