Skip to content

Commit

Permalink
Fix minor format issue
Browse files Browse the repository at this point in the history
Correction of minor issue
  • Loading branch information
RKStrand committed Jul 29, 2023
1 parent 6699d6d commit d1370a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EnergyPlus/EarthTube.cc
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ void GetEarthTube(EnergyPlusData &state, bool &ErrorsFound) // If errors found i
}
if (thisEarthTube.vertParametersPtr = 0) { // didn't find a match
ShowSevereError(state,
format("{}: {}={}, {} Parameter Object {} was not found in the input file.",
format("{}: {}={}, Parameter Object {} was not found in the input file.",
cCurrentModuleObject,
state.dataIPShortCut->cAlphaFieldNames(1),
state.dataIPShortCut->cAlphaArgs(1),
Expand Down

5 comments on commit d1370a2

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

5114327-EarthTube1DVerticalEnhancement (RKStrand) - Win64-Windows-10-VisualStudio-16: OK (2673 of 2673 tests passed, 0 test warnings)

Build Badge Test Badge

@nrel-bot-2b
Copy link

Choose a reason for hiding this comment

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

5114327-EarthTube1DVerticalEnhancement (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.3: OK (3486 of 3487 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: EIO diffs.
  • 1 test had: ESO big diffs.
  • 1 test had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 791
  • Failed: 1

Build Badge Test Badge

@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.

5114327-EarthTube1DVerticalEnhancement (RKStrand) - x86_64-MacOS-10.17-clang-13.0.0: OK (3445 of 3446 tests passed, 0 test warnings)

Messages:\n

  • 1 test had: EIO diffs.
  • 1 test had: ESO big diffs.
  • 1 test had: MTR big diffs.

Failures:\n

regression Test Summary

  • Passed: 771
  • Failed: 1

Build Badge Test Badge

@nrel-bot-2c
Copy link

Choose a reason for hiding this comment

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

5114327-EarthTube1DVerticalEnhancement (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-UnitTestsCoverage-Debug: OK (1900 of 1900 tests passed, 0 test warnings)

Build Badge Test Badge Coverage Badge

@nrel-bot-2
Copy link

Choose a reason for hiding this comment

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

5114327-EarthTube1DVerticalEnhancement (RKStrand) - x86_64-Linux-Ubuntu-22.04-gcc-11.3-IntegrationCoverage-Debug: OK (775 of 776 tests passed, 0 test warnings)

Failures:\n

integration Test Summary

  • Passed: 775
  • Failed: 1

Build Badge Test Badge Coverage Badge

Please sign in to comment.