Skip to content

Commit

Permalink
Attempt to fix last ESO diff
Browse files Browse the repository at this point in the history
  • Loading branch information
mbadams5 committed Feb 21, 2018
1 parent 81f959a commit e649552
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/HeatBalanceIntRadExchange.cc
Original file line number Diff line number Diff line change
Expand Up @@ -867,7 +867,7 @@ namespace HeatBalanceIntRadExchange {
Array1D_string ZoneSurfaceNames;

NoUserInputF = true;
UserFZoneIndex = inputProcessor->getObjectItemNum( "ZoneProperty:UserViewFactors:bySurfaceName", ZoneName );
UserFZoneIndex = inputProcessor->getObjectItemNum( "ZoneProperty:UserViewFactors:bySurfaceName", "zone_name", ZoneName );

if ( UserFZoneIndex > 0 ) {
ZoneSurfaceNames.allocate( N );
Expand Down

1 comment on commit e649552

@nrel-bot-3
Copy link

Choose a reason for hiding this comment

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

input_processor_refactor (mbadams5) - x86_64-MacOS-10.9-clang: Tests Failed (2360 of 2889 tests passed, 93 test warnings)

Messages:

  • 622 tests had: AUD diffs.
  • 529 tests had: Table big diffs.
  • 199 tests had: ERR diffs.
  • 43 tests had: MTD diffs.
  • 1 test had: DXF diffs.
  • 1 test had: EIO diffs.

Failures:

regression Test Summary

  • Passed: 93
  • Failed: 529

Build Badge Test Badge

Please sign in to comment.