We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It was reported by a user that in the EIO report there is a column shift occurred between the header and the actual information:
After examining the source code, this was found to be caused by a formatting typo in the source code:
EnergyPlus/src/EnergyPlus/WindowManager.cc
Lines 7405 to 7409 in d07d7ad
Some additional details for this issue (if relevant):
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered:
Fix Issue NREL#10286 window material shade eio write-out typo.
29cddf6
@jcyuan2020 Looks like this issue should be closed?
Sorry, something went wrong.
Actually, I quickly checked and it seems the problematic code typo is still there. I will just post a one-liner fix for this.
Oh, sorry. I saw the commit referenced above and assumed it was merged in. Thanks for double-checking.
11ebf36
bb5747a
jcyuan2020
Successfully merging a pull request may close this issue.
Issue overview
It was reported by a user that in the EIO report there is a column shift occurred between the header and the actual information:
After examining the source code, this was found to be caused by a formatting typo in the source code:
EnergyPlus/src/EnergyPlus/WindowManager.cc
Lines 7405 to 7409 in d07d7ad
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: