Skip to content

Commit

Permalink
Correction of roof orientation #728
Browse files Browse the repository at this point in the history
  • Loading branch information
larissakuehn committed Dec 21, 2022
1 parent 5bb67d2 commit c8dbea0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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]}
Expand Down

0 comments on commit c8dbea0

Please sign in to comment.