Skip to content

Commit

Permalink
minor bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
lcrippa committed Oct 12, 2024
1 parent 77bc67b commit 7807bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/func_aux_funx.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ def search_variable(self,var,ntmp,converged):
converged=False
else:
converged=True
return err[0],conv_bool
return var[0],conv_bool

#check_convergence
def check_convergence(self,func,threshold,N1,N2):
Expand Down

0 comments on commit 7807bd6

Please sign in to comment.