Skip to content

Commit

Permalink
Use fixed efficiency, when resetting scheduled efficiency in Photovol…
Browse files Browse the repository at this point in the history
…taicPerformanceSimple.
  • Loading branch information
evanweaver committed Oct 1, 2015
1 parent 3b0d232 commit d881f89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstudiocore/src/model/PhotovoltaicPerformanceSimple.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ namespace detail {
void PhotovoltaicPerformanceSimple_Impl::resetEfficiencySchedule() {
bool result = setString(OS_PhotovoltaicPerformance_SimpleFields::EfficiencyScheduleName, "");
OS_ASSERT(result);
setScheduleEfficiencyInputMode();
setFixedEfficiencyInputMode();
}

void PhotovoltaicPerformanceSimple_Impl::setFixedEfficiencyInputMode() {
Expand Down

4 comments on commit d881f89

@nrel-bot
Copy link

Choose a reason for hiding this comment

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

iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-clang-3.5: 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.

iteration (evanweaver) - x86_64-Linux-Ubuntu-14.04-cppcheck-1.61: OK (0 of 0 tests passed)

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

iteration (evanweaver) - i386-Windows-7-VisualStudio-12: OK (2341 of 2365 tests passed)

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.

iteration (evanweaver) - Win64-Windows-7-VisualStudio-12: OK (2342 of 2365 tests passed)

Build Badge Test Badge

Please sign in to comment.