diff --git a/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py b/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py index be97de74e..e80030b91 100644 --- a/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py +++ b/teaser/logic/archetypebuildings/tabula/de/singlefamilyhouse.py @@ -145,12 +145,12 @@ def __init__( self.roof_names_1 = { "RooftopNorth_1": [35.0, 0.0], - "RooftopSouth_1": [35.0, 90.0], + "RooftopSouth_1": [35.0, 180.0], } self.roof_names_2 = { "RooftopNorth_2": [35.0, 0.0], - "RooftopSouth_2": [35.0, 90.0], + "RooftopSouth_2": [35.0, 180.0], } self.ground_floor_names_1 = {"GroundFloor_1": [0, -2]}