Skip to content

Commit

Permalink
Overhaul the setting of OpenMDAO inputs and outputs in MPhys wrapper (#…
Browse files Browse the repository at this point in the history
…294)

* Overhaul the setting of OpenMDAO inputs and outputs in MPhys wrapper

* Bump patch version

* Remove remaining `print_func_call` call

* typo

* Fix missing outputs argument

* Set `includeZipper=False` in `set_surf_coords`

* oops, `setSurfaceCoordinates` doesn't take that zipper argument

* Remove accidentally added code

* Add back changes from #290 that were accidentally removed

---------

Co-authored-by: ArshSaja <[email protected]>
  • Loading branch information
A-CGray and ArshSaja authored Jul 20, 2023
1 parent 4ec8910 commit eea5686
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 138 deletions.
2 changes: 1 addition & 1 deletion adflow/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = "2.9.0"
__version__ = "2.9.1"

from mpi4py import MPI

Expand Down
Loading

0 comments on commit eea5686

Please sign in to comment.