Skip to content

Commit

Permalink
Merge pull request #199 from Denzo77/master
Browse files Browse the repository at this point in the history
Lots of refactoring
  • Loading branch information
Denzo77 authored Apr 26, 2018
2 parents dffaf22 + c37f6e8 commit 1e02452
Show file tree
Hide file tree
Showing 2 changed files with 132 additions and 122 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ using namespace OTRadValve::PortableUnitTest;
TEST(ModelledRadValveThermalModel, roomCold)
{
TMB::verbose = false;
TMB::splitUnit = false;
// TMB::splitUnit = false;
// Room start temp
TMB::InitConditions_t initCond {
16.0f, // room temp in C
Expand All @@ -67,7 +67,7 @@ TEST(ModelledRadValveThermalModel, roomCold)
TEST(ModelledRadValveThermalModel, roomColdBinary)
{
TMB::verbose = false;
TMB::splitUnit = false;
// TMB::splitUnit = false;
// Room start temp
TMB::InitConditions_t initCond {
16.0f, // room temp in C
Expand All @@ -91,7 +91,7 @@ TEST(ModelledRadValveThermalModel, roomColdBinary)
TEST(ModelledRadValveThermalModel, roomHot)
{
TMB::verbose = false;
TMB::splitUnit = false;
// TMB::splitUnit = false;
// Room start temp
TMB::InitConditions_t initCond {
24.0f, // room temp in C
Expand Down
Loading

0 comments on commit 1e02452

Please sign in to comment.