Skip to content

Commit

Permalink
Clean up more gcc warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
nealkruis committed Dec 26, 2023
1 parent ad3a009 commit 763d5c6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/HPWH.cc
Original file line number Diff line number Diff line change
Expand Up @@ -319,13 +319,13 @@ void HPWH::setMinutesPerStep(const double minutesPerStep_in)
minutesPerStep = minutesPerStep_in;
secondsPerStep = sec_per_min * minutesPerStep;
hoursPerStep = minutesPerStep / min_per_hr;
};
}

// public HPWH functions
HPWH::HPWH() : hpwhVerbosity(VRB_silent), messageCallback(NULL), messageCallbackContextPtr(NULL)
{
setAllDefaults();
};
}

void HPWH::setAllDefaults()
{
Expand Down

0 comments on commit 763d5c6

Please sign in to comment.