Skip to content

Commit e97bef2

Browse files
authored
Merge branch 'smdogroup:master' into meshAIM
2 parents 990b620 + 88d78e9 commit e97bef2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

funtofem/optimization/optimization_manager.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ def _gatekeeper(self, x_dict):
169169
)
170170
fail = True
171171
if fail:
172-
break
172+
return fail
173173

174174
# write the new function values
175175
if self.comm.rank == 0 and self.write_designs:

0 commit comments

Comments
 (0)