Skip to content

Commit

Permalink
SDD: change AirSys:ClgCtrl option Warmest to WarmestReset
Browse files Browse the repository at this point in the history
[#79969370]
  • Loading branch information
kbenne committed Oct 31, 2014
1 parent 46ea06b commit 5d1c5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstudiocore/src/sdd/MapHVAC.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,7 @@ boost::optional<openstudio::model::ModelObject> ReverseTranslator::translateAirS
spm.setMinimumTurndownRatio(value);
}
}
else if( istringEqual(clgCtrlElement.text().toStdString(),"Warmest") )
else if( istringEqual(clgCtrlElement.text().toStdString(),"WarmestReset") )
{
model::SetpointManagerWarmest spm(model);
deckSPM = spm;
Expand Down

1 comment on commit 5d1c5dd

@nrel-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

81583558-SetpointManagerWarmestTemperatureFlow (kbenne) - x86_64-MacOS-10.9-clang: OK (2128 of 2146 tests passed)

Build Badge Test Badge

Please sign in to comment.