Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jmarrec committed Jul 1, 2020
1 parent 8453299 commit 394bdf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/energyplus/ForwardTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3603,8 +3603,8 @@ std::vector<IddObjectType> ForwardTranslator::iddObjectsToTranslateInitializer()

// If using a plantLoop, this will be translated by the PlantLoop. But WaterHeaters can also be used stand-alone, so always translate them
// We'll check in their FT if the "Peak Use Flow Rate" is actually initialized as it's an indication that the WH was
result.push_back(OS_WaterHeater_Mixed);
result.push_back(OS_WaterHeater_Stratified);
result.push_back(IddObjectType::OS_WaterHeater_Mixed);
result.push_back(IddObjectType::OS_WaterHeater_Stratified);

result.push_back(IddObjectType::OS_Connection);
result.push_back(IddObjectType::OS_Connector_Mixer);
Expand Down

0 comments on commit 394bdf8

Please sign in to comment.