-
Notifications
You must be signed in to change notification settings - Fork 396
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move static VRF variables to namespace (#8345)
* Changing static variables to namesake variables Partial fix to #7729 * Hotfix #7723 revert + Add flag to reset CurrentEndTimeLast when InitVRF is not called The unit test will work without Hotfix #7723. Not sure if multiple condensors will work. The HRTime, HRTimer variables still exist. * Revert "Hotfix #7723 revert + Add flag to reset CurrentEndTimeLast when InitVRF is not called" This reverts commit 469d49d. * Revert "Changing static variables to namesake variables" This reverts commit 67f7d23. * Removed static for CurrentEndTime + Removed TimeStepSysLast * Changed TimeStepSysLast to non-static * moved Real64 TimeStepSysLast; to namespace To try to get rid of build errors * Changed two of the CurrentEndTimeLast to non-static * trying to fix the condensor function * Change Final static variable to namespace Fingers crossed * Moving namespace variables to module level * Initialized variables Got build errors from uninitialized variables. Static variables are automatically zero initialized. Why were there no errors when they were in the namespace? * Removed and combine the three CurrentEndTimeLast Test if everything else working. * Resolve Conflict * Fixed license... * Split the InitVRF and CalcVRFCond CurrentEndTimeLast variables + code cleanup * Missed this variable rename. * Update clear_state() * Temp check * Code cleanup removed helper variables... * Comment + whitespace.
- Loading branch information
Showing
1 changed file
with
9 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cfdf320
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.
develop (jmythms) - x86_64-MacOS-10.15-clang-11.0.0: OK (2272 of 2272 tests passed, 0 test warnings)
cfdf320
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.
develop (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5: OK (2292 of 2292 tests passed, 0 test warnings)
cfdf320
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.
develop (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-UnitTestsCoverage-Debug: OK (1553 of 1553 tests passed, 0 test warnings)
cfdf320
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.
develop (jmythms) - Win64-Windows-10-VisualStudio-16: OK (2245 of 2245 tests passed, 0 test warnings)
cfdf320
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.
develop (jmythms) - x86_64-Linux-Ubuntu-18.04-gcc-7.5-IntegrationCoverage-Debug: OK (722 of 722 tests passed, 0 test warnings)