Skip to content

Commit

Permalink
NREL#3441 and NREL#3551 : leave TODO to change constructor default va…
Browse files Browse the repository at this point in the history
…lue to amtch E+
  • Loading branch information
jmarrec committed Sep 26, 2019
1 parent c8bffcb commit 091a914
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openstudiocore/src/model/SiteWaterMainsTemperature.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -279,6 +279,7 @@ SiteWaterMainsTemperature::SiteWaterMainsTemperature(const Model& model)
: ModelObject(SiteWaterMainsTemperature::iddObjectType(),model)
{
OS_ASSERT(getImpl<detail::SiteWaterMainsTemperature_Impl>());
// TODO: switch this to CorrelationFromWeatherFile to match E+. Can be done at OS 3.0
bool ok = setCalculationMethod("Schedule");
OS_ASSERT(ok);
}
Expand Down

0 comments on commit 091a914

Please sign in to comment.