From e44527192403988aa4fe2f57044bbf0392d091c2 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@uliege.be> Date: Sat, 15 Jan 2022 19:35:15 +0100 Subject: [PATCH] put cubes 1 and 2 on top, to match schematic --- CircuitCoupling/R_circuit.geo | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CircuitCoupling/R_circuit.geo b/CircuitCoupling/R_circuit.geo index 1d8e7e3..1328ca9 100644 --- a/CircuitCoupling/R_circuit.geo +++ b/CircuitCoupling/R_circuit.geo @@ -17,10 +17,10 @@ Extrude {0, 0, 1} { Translate {2, 0, 0} { Duplicata { Volume{1}; } } -Translate {0, 4, 0} { +Translate {0, -4, 0} { Duplicata { Volume{1}; } } -Translate {2, 4, 0} { +Translate {2, -4, 0} { Duplicata { Volume{1}; } } -- GitLab