Skip to content

Commit

Permalink
Glare sensor is ok for now
Browse files Browse the repository at this point in the history
  • Loading branch information
macumber committed Aug 21, 2015
1 parent 772e66d commit b59e3fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstudiocore/src/energyplus/ForwardTranslator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1312,7 +1312,7 @@ boost::optional<IdfObject> ForwardTranslator::translateAndMapModelObject(ModelOb
}
case openstudio::IddObjectType::OS_Glare_Sensor:
{
LOG(Warn, "OS_GlareSensor not currently translated");
// no-op
break;
}
case openstudio::IddObjectType::OS_GroundHeatExchanger_HorizontalTrench :
Expand Down

3 comments on commit b59e3fe

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

101285774_Issue1730 (macumber) - x86_64-MacOS-10.9-clang: Tests Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

101285774_Issue1730 (macumber) - i386-Windows-7-VisualStudio-12: Build Failed

Build Badge Test Badge

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

101285774_Issue1730 (macumber) - Win64-Windows-7-VisualStudio-12: OK (2312 of 2343 tests passed)

Build Badge Test Badge

Please sign in to comment.