From c0b5c58c51c845b9c996a4eab32e2b130b469882 Mon Sep 17 00:00:00 2001 From: Rob Falck Date: Thu, 19 Oct 2023 09:10:06 -0400 Subject: [PATCH] Accepted POEM_091.md --- POEM_091.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 +```