-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Phil Ahrenkiel
authored and
Phil Ahrenkiel
committed
Dec 6, 2023
1 parent
7211615
commit fcbedaf
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule HPWHsim
updated
24 files
+2 −2 | cmake/git-version.cmake | |
+6 −3 | src/CMakeLists.txt | |
+1,545 −2,912 | src/HPWH.cc | |
+1,343 −0 | src/HPWH.hh | |
+0 −1,325 | src/HPWH.in.hh | |
+1,048 −0 | src/HPWHHeatSources.cc | |
+67 −75 | src/HPWHHeatingLogics.cc | |
+555 −727 | src/HPWHpresets.cc | |
+17 −0 | src/HPWHversion.cc | |
+13 −0 | src/HPWHversion.in.hh | |
+1 −1 | test/AOSmithHPTS50.txt | |
+1 −1 | test/AOSmithHPTU80.txt | |
+1 −1 | test/CMakeLists.txt | |
+1 −1 | test/GE502014.txt | |
+1 −1 | test/Rheem2020Build50.txt | |
+1 −1 | test/Rheem2020Prem40.txt | |
+1 −1 | test/Rheem2020Prem50.txt | |
+1 −1 | test/RheemHB50.txt | |
+1 −1 | test/Stiebel220e.txt | |
+16 −3 | test/main.cc | |
+1 −1 | test/test30/testInfo.txt | |
+30 −0 | test/testHeatingLogics.cc | |
+88 −1 | test/testMaxSetpoint.cc | |
+3 −0 | test/testUtilityFcts.cc |