Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
Expand Up @@ -160,3 +160,4 @@ ae602de89105983bf762cf1e6afd33d63d81b4a6

# [chore] Org and copyright year updates for OS 311 [David Goldwasser, 2026-01-05]
7a409fb41f6b0602ef2a6a018c9b3d33934571af
3c5a13b05d17ad83bca6ee84ca130b5c1c7f1dda
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Redo ignoring org rename

#5576 (comment)

2 changes: 1 addition & 1 deletion src/model/Surface.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2340,7 +2340,7 @@ namespace model {
}

double Surface::skylightToProjectedFloorRatio() const {
return getImpl<detail::Surface_Impl>()->skylightToRoofRatio();
return getImpl<detail::Surface_Impl>()->skylightToProjectedFloorRatio();
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bad forward

}

boost::optional<SubSurface> Surface::setWindowToWallRatio(double wwr) {
Expand Down