-
Notifications
You must be signed in to change notification settings - Fork 396
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
Move static VRF variables to namespace #8339
Conversation
Real64 CurrentEndTime; // end time of current time step | ||
Real64 CurrentEndTimeLast; // end time of last time step | ||
Real64 TimeStepSysLast; // system time step on last time step |
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.
The three variables are not initialized.
The static variables in the original code were not initialized as well, so I am not sure if this is ok.
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.
It's fine without initial values unless it's complaining about them being used before being initialized. That would need to be corrected.
…RF is not called The unit test will work without Hotfix #7723. Not sure if multiple condensors will work. The HRTime, HRTimer variables still exist.
@Myoldmopar CI didn't pick this up for some reason. Is there any way to restart it? Or do we just bump it again with another minor change? |
Pull request overview
NOTE: ENHANCEMENTS MUST FOLLOW A SUBMISSION PROCESS INCLUDING A FEATURE PROPOSAL AND DESIGN DOCUMENT PRIOR TO SUBMITTING CODE
Pull Request Author
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
Reviewer
This will not be exhaustively relevant to every PR.