Skip to content

Commit

Permalink
Merge pull request #188 from OpenMDAO/robfalck-patch-24
Browse files Browse the repository at this point in the history
Accepted POEM_091.md
  • Loading branch information
robfalck authored Oct 19, 2023
2 parents 67c7e48 + c0b5c58 commit 45cb767
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions POEM_091.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ Associated implementation PR:

Status:

- [x] Active
- [ ] Active
- [ ] Requesting decision
- [ ] Accepted
- [x] Accepted
- [ ] Rejected
- [ ] Integrated

Expand Down Expand Up @@ -80,4 +80,4 @@ class MatFreeComp(om.ExplicitComponent):
if 'y2' in d_outputs:
if 'x2' in d_inputs:
d_inputs['x2'] += 3.0 * d_outputs['y2']
```
```

0 comments on commit 45cb767

Please sign in to comment.