-
Notifications
You must be signed in to change notification settings - Fork 222
Surface::skylightToProjectedFloorRatio was incorrectly forwarding to skylightToRoofRatio #5581
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
|
||
| # [chore] Org and copyright year updates for OS 311 [David Goldwasser, 2026-01-05] | ||
| 7a409fb41f6b0602ef2a6a018c9b3d33934571af | ||
| 3c5a13b05d17ad83bca6ee84ca130b5c1c7f1dda |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Redo ignoring org rename
|
|
||
| double Surface::skylightToProjectedFloorRatio() const { | ||
| return getImpl<detail::Surface_Impl>()->skylightToRoofRatio(); | ||
| return getImpl<detail::Surface_Impl>()->skylightToProjectedFloorRatio(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Bad forward
DavidGoldwasser
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good!
|
CI Results for 3e0961d:
|
Pull request overview
Minor fix
Pull Request Author
src/model/test)src/energyplus/Test)src/osversion/VersionTranslator.cpp)Labels:
IDDChangeAPIChangePull Request - Ready for CIso that CI builds your PRReview Checklist
This will not be exhaustively relevant to every PR.