diff --git a/POEM_091.md b/POEM_091.md index e77ca800..01e28d35 100644 --- a/POEM_091.md +++ b/POEM_091.md @@ -7,9 +7,9 @@ Associated implementation PR: Status: -- [x] Active +- [ ] Active - [ ] Requesting decision -- [ ] Accepted +- [x] Accepted - [ ] Rejected - [ ] Integrated @@ -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'] -``` \ No newline at end of file +```