Skip to content

Commit

Permalink
Format change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Ahrenkiel authored and Phil Ahrenkiel committed Dec 26, 2023
1 parent 415a910 commit b28a608
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/HPWH.cc
Original file line number Diff line number Diff line change
Expand Up @@ -3402,10 +3402,10 @@ void HPWH::updateTankTemps(double drawVolume_L,
if (drawVolume_L > tankVolume_L)
{
// if (hpwhVerbosity >= VRB_reluctant) {
// //msg("WARNING: Drawing more than the tank volume in one step is undefined
//behavior. Terminating simulation. \n"); msg("WARNING: Drawing more than the tank
//volume in one step is undefined behavior. Continuing simulation at your own risk.
//\n");
// msg("WARNING: Drawing more than the tank volume in one step is undefined
// behavior. Terminating simulation. \n"); msg("WARNING: Drawing more than the
// tank volume in one step is undefined behavior. Continuing simulation at your own
// risk. \n");
// }
// simHasFailed = true;
// return;
Expand Down

0 comments on commit b28a608

Please sign in to comment.