Skip to content

Commit

Permalink
Add switch for saturday.
Browse files Browse the repository at this point in the history
  • Loading branch information
joseph-robertson committed Mar 18, 2024
1 parent 99cdaf8 commit 2016ea7
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -309,6 +309,11 @@ namespace energyplus {
case DayOfWeek::Friday:
lastDate = date - Time(6);
break;
case DayOfWeek::Saturday:
// do nothing
break;
default:
OS_ASSERT(false);
}
lastWeekSchedule = weekSchedule;
}
Expand Down

0 comments on commit 2016ea7

Please sign in to comment.