From 73fbb465f6d6d775d4765ba9c933192a2d6be2e0 Mon Sep 17 00:00:00 2001 From: Unknown Date: Thu, 13 Aug 2020 12:59:04 -0400 Subject: [PATCH] Corrects window coordinates --- tests/input_data/trnsys/simple_2_zone.idf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/input_data/trnsys/simple_2_zone.idf b/tests/input_data/trnsys/simple_2_zone.idf index dc2b7c5..eb57221 100644 --- a/tests/input_data/trnsys/simple_2_zone.idf +++ b/tests/input_data/trnsys/simple_2_zone.idf @@ -983,10 +983,10 @@ , !- Frame and Divider Name , !- Multiplier , !- Number of Vertices - 215.5,5,0.5, !- X,Y,Z ==> Vertex 1 {m} - 215.5,5,2, !- X,Y,Z ==> Vertex 2 {m} - 217,5,2, !- X,Y,Z ==> Vertex 3 {m} - 217,5,0.5; !- X,Y,Z ==> Vertex 4 {m} + 5,217,0.5, !- X,Y,Z ==> Vertex 1 {m} + 5,217,2, !- X,Y,Z ==> Vertex 2 {m} + 5,215.5,2, !- X,Y,Z ==> Vertex 3 {m} + 5,215.5,0.5; !- X,Y,Z ==> Vertex 4 {m} !- =========== ALL OBJECTS IN CLASS: PEOPLE ===========