Skip to content
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

Address HSPF2 calculation problems for multispeed DX system #10618

Merged
merged 135 commits into from
Sep 10, 2024

Commits on Jul 22, 2024

  1. Modified HSPF2 calculation

    Nigusse committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    f593a1e View commit details
    Browse the repository at this point in the history
  2. Modified a fail unit test

    Nigusse committed Jul 22, 2024
    5 Configuration menu
    Copy the full SHA
    1a05580 View commit details
    Browse the repository at this point in the history
  3. Added new unit tests

    Nigusse committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    534aa06 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    0e01ee0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    32ea83a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b77db2 View commit details
    Browse the repository at this point in the history
  4. 5 Configuration menu
    Copy the full SHA
    dc265ec View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    a0ac2ca View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    aae4cf0 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2024

  1. Configuration menu
    Copy the full SHA
    205c9f4 View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    0008719 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Configuration menu
    Copy the full SHA
    2c5368c View commit details
    Browse the repository at this point in the history
  2. 5 Configuration menu
    Copy the full SHA
    684d997 View commit details
    Browse the repository at this point in the history
  3. 10634 Fix of Condenser Operation Issue

    This commit includes the fix to the problem for both condensers operating even when the operation scheme said that one of them should not be operating.  It fixes this for all of the cooling tower models that were not set up to look at this.  Results now should that the towers are operating when they are supposed to.
    RKStrand authored and Nigusse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    28523db View commit details
    Browse the repository at this point in the history
  4. 10634 Address Custom Check Error

    Something about the logical flag wasn't what the custom check wanted.  This is an attempt to fix that.
    RKStrand authored and Nigusse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    5c0d897 View commit details
    Browse the repository at this point in the history
  5. 10634 Addition of Unit Test

    Unit test was added to exercise the new subroutine that is being used to allow condensers to factor in condenser loop operation schemes.
    RKStrand authored and Nigusse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    fb48a9d View commit details
    Browse the repository at this point in the history
  6. 10634 Mass Flow to Zero

    Corrected an issue with the fix where the mass flow rate when the load was zero was still positive in the defect idf when it should be zero.  This is now corrected.
    RKStrand authored and Nigusse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2700cd9 View commit details
    Browse the repository at this point in the history
  7. 10634 Addresses Review Comments

    Various review comments were received.  These were all addressed in this commit.
    RKStrand authored and Nigusse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    9300aed View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    45de236 View commit details
    Browse the repository at this point in the history
  9. fixed field index

    Nigusse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    d668241 View commit details
    Browse the repository at this point in the history
  10. 5 Configuration menu
    Copy the full SHA
    d64ee5e View commit details
    Browse the repository at this point in the history
  11. Format cleanup

    Nigusse committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    1dcf13d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. 6 Configuration menu
    Copy the full SHA
    5bb53ea View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. 5 Configuration menu
    Copy the full SHA
    2ab3b16 View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2024

  1. Reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e3173bb View commit details
    Browse the repository at this point in the history
  2. Shadow variable

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fb754c2 View commit details
    Browse the repository at this point in the history
  3. Unused var

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    33dd354 View commit details
    Browse the repository at this point in the history
  4. Unused and const

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9bffafb View commit details
    Browse the repository at this point in the history
  5. Unused and reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dcdd63e View commit details
    Browse the repository at this point in the history
  6. Reassigned OK to remove?

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a27f27e View commit details
    Browse the repository at this point in the history
  7. Unused/reduce

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d1ee969 View commit details
    Browse the repository at this point in the history
  8. Unused and reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    30f0c2a View commit details
    Browse the repository at this point in the history
  9. Assigned value before used

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bc96248 View commit details
    Browse the repository at this point in the history
  10. REduce scope HR

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    aeb119b View commit details
    Browse the repository at this point in the history
  11. Reduce scope and shadow

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f3bc8c2 View commit details
    Browse the repository at this point in the history
  12. Reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cdd868a View commit details
    Browse the repository at this point in the history
  13. Reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a42a007 View commit details
    Browse the repository at this point in the history
  14. Reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3bebc2a View commit details
    Browse the repository at this point in the history
  15. Reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ae5b2fc View commit details
    Browse the repository at this point in the history
  16. First few logic fixes

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9306262 View commit details
    Browse the repository at this point in the history
  17. AFN fixes

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    40588fd View commit details
    Browse the repository at this point in the history
  18. BranchInputManager

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a9bdf5f View commit details
    Browse the repository at this point in the history
  19. Chillers

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    52e2e04 View commit details
    Browse the repository at this point in the history
  20. const refs

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6b007dc View commit details
    Browse the repository at this point in the history
  21. Shadow vars

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    02f3d78 View commit details
    Browse the repository at this point in the history
  22. Const vars

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bbd2548 View commit details
    Browse the repository at this point in the history
  23. Unused var

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fee5f3d View commit details
    Browse the repository at this point in the history
  24. Const and shadow vars

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a4f51c8 View commit details
    Browse the repository at this point in the history
  25. eoh shadow

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    503dfc9 View commit details
    Browse the repository at this point in the history
  26. Shadow var Ctd

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ecf6f25 View commit details
    Browse the repository at this point in the history
  27. unused and unused outer shadow

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d9cbb6e View commit details
    Browse the repository at this point in the history
  28. Shadow var and unused

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c3e934e View commit details
    Browse the repository at this point in the history
  29. const vars

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    2d893b3 View commit details
    Browse the repository at this point in the history
  30. Const and shadow

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7e3c58c View commit details
    Browse the repository at this point in the history
  31. all scope vars

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1496a40 View commit details
    Browse the repository at this point in the history
  32. Clean up some array references

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    43c4f26 View commit details
    Browse the repository at this point in the history
  33. Don't catch std::exception in Debug mode so we can catch array bounds…

    … error in debugger
    
    cmake will properly define NDEBUG on msvc as well in release mode
    cf https://gitlab.kitware.com/cmake/cmake/-/blob/1e35163a/Modules/Platform/Windows-MSVC.cmake#L481-483
    jmarrec authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bd8aa28 View commit details
    Browse the repository at this point in the history
  34. Bug fix + Output Variable Reference

    LipingWang authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    86a5e4f View commit details
    Browse the repository at this point in the history
  35. Bug fix

    LipingWang authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    720876f View commit details
    Browse the repository at this point in the history
  36. Update IO reference.

    LipingWang authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0008f35 View commit details
    Browse the repository at this point in the history
  37. format update

    LipingWang authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    214f506 View commit details
    Browse the repository at this point in the history
  38. output variable name

    LipingWang authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7c04080 View commit details
    Browse the repository at this point in the history
  39. update the csv & remove meters output

    LipingWang authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b488eb7 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    3c815fc View commit details
    Browse the repository at this point in the history
  41. Clang format

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d97e816 View commit details
    Browse the repository at this point in the history
  42. conditionals and scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e7496bc View commit details
    Browse the repository at this point in the history
  43. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    434fb4d View commit details
    Browse the repository at this point in the history
  44. conditionals and scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0ff630f View commit details
    Browse the repository at this point in the history
  45. unused, constexpr and scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3db0398 View commit details
    Browse the repository at this point in the history
  46. Value never used

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7a61d25 View commit details
    Browse the repository at this point in the history
  47. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    fb1836f View commit details
    Browse the repository at this point in the history
  48. reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4a209f3 View commit details
    Browse the repository at this point in the history
  49. Scope reduction

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    83ee80d View commit details
    Browse the repository at this point in the history
  50. Scope reduction

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    02103c1 View commit details
    Browse the repository at this point in the history
  51. const

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d430408 View commit details
    Browse the repository at this point in the history
  52. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5f80fee View commit details
    Browse the repository at this point in the history
  53. unused string

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ba9916b View commit details
    Browse the repository at this point in the history
  54. Run Windows CI again

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    28d2670 View commit details
    Browse the repository at this point in the history
  55. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7776a27 View commit details
    Browse the repository at this point in the history
  56. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b215745 View commit details
    Browse the repository at this point in the history
  57. Run linux debug CI

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1f534f6 View commit details
    Browse the repository at this point in the history
  58. const, scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c5ab674 View commit details
    Browse the repository at this point in the history
  59. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8188981 View commit details
    Browse the repository at this point in the history
  60. reduce

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    377d13c View commit details
    Browse the repository at this point in the history
  61. reduce scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bc268f1 View commit details
    Browse the repository at this point in the history
  62. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bd1f439 View commit details
    Browse the repository at this point in the history
  63. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    b1bc6a1 View commit details
    Browse the repository at this point in the history
  64. reduce

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6cc0e93 View commit details
    Browse the repository at this point in the history
  65. backup correct build error

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a920919 View commit details
    Browse the repository at this point in the history
  66. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4f7dcdf View commit details
    Browse the repository at this point in the history
  67. reduce

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1406ed3 View commit details
    Browse the repository at this point in the history
  68. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8efbfe2 View commit details
    Browse the repository at this point in the history
  69. reference

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    403aa90 View commit details
    Browse the repository at this point in the history
  70. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0178e13 View commit details
    Browse the repository at this point in the history
  71. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ab7b55d View commit details
    Browse the repository at this point in the history
  72. scope and duplicate conditional

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0ca14c2 View commit details
    Browse the repository at this point in the history
  73. const and unused var

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d24af9b View commit details
    Browse the repository at this point in the history
  74. const

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    0323b65 View commit details
    Browse the repository at this point in the history
  75. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    01fbca9 View commit details
    Browse the repository at this point in the history
  76. Shadow var

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f3bd842 View commit details
    Browse the repository at this point in the history
  77. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    235e935 View commit details
    Browse the repository at this point in the history
  78. unused and shadow var

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    eadb38a View commit details
    Browse the repository at this point in the history
  79. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    e5bc7f3 View commit details
    Browse the repository at this point in the history
  80. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5291385 View commit details
    Browse the repository at this point in the history
  81. Shadow var and scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    a1477e9 View commit details
    Browse the repository at this point in the history
  82. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    5fad3ea View commit details
    Browse the repository at this point in the history
  83. Value never used

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    04c152b View commit details
    Browse the repository at this point in the history
  84. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    864c386 View commit details
    Browse the repository at this point in the history
  85. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f3d5028 View commit details
    Browse the repository at this point in the history
  86. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4956d7b View commit details
    Browse the repository at this point in the history
  87. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8952aa8 View commit details
    Browse the repository at this point in the history
  88. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    bc25f03 View commit details
    Browse the repository at this point in the history
  89. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    13c296b View commit details
    Browse the repository at this point in the history
  90. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8704f04 View commit details
    Browse the repository at this point in the history
  91. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    81c66a7 View commit details
    Browse the repository at this point in the history
  92. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    59f7c9d View commit details
    Browse the repository at this point in the history
  93. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    c37a243 View commit details
    Browse the repository at this point in the history
  94. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    dd8d453 View commit details
    Browse the repository at this point in the history
  95. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    3e19dc9 View commit details
    Browse the repository at this point in the history
  96. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4436bf4 View commit details
    Browse the repository at this point in the history
  97. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    7833ec8 View commit details
    Browse the repository at this point in the history
  98. clang fornat

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    812ac1a View commit details
    Browse the repository at this point in the history
  99. redundant logic

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    31353eb View commit details
    Browse the repository at this point in the history
  100. const and reduce

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    f3abcc6 View commit details
    Browse the repository at this point in the history
  101. const and unused

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9e81d19 View commit details
    Browse the repository at this point in the history
  102. const, scope and shadow outer function

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6b3c9cc View commit details
    Browse the repository at this point in the history
  103. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    8f2a750 View commit details
    Browse the repository at this point in the history
  104. scope

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ae2ee8f View commit details
    Browse the repository at this point in the history
  105. scope and const

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ffaa60e View commit details
    Browse the repository at this point in the history
  106. const

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    52b2ae2 View commit details
    Browse the repository at this point in the history
  107. Move to match previous code

    rraustad authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    4648781 View commit details
    Browse the repository at this point in the history
  108. Remove third party nested gtest folder

    Myoldmopar authored and Nigusse committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    eb003d1 View commit details
    Browse the repository at this point in the history
  109. 3 Configuration menu
    Copy the full SHA
    2ae2538 View commit details
    Browse the repository at this point in the history
  110. 4 Configuration menu
    Copy the full SHA
    a0a1be5 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

  1. Merge remote-tracking branch 'remotes/origin/develop' into Issue9909_…

    …multispeed_DX_Htg_Coil_HSPF2
    mjwitte committed Sep 7, 2024
    4 Configuration menu
    Copy the full SHA
    7755930 View commit details
    Browse the repository at this point in the history