Skip to content

Commit

Permalink
Reinsert missing line in utilityrate5 (due to merge).
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorbrown75 committed Sep 11, 2024
1 parent 566c1a8 commit 321473a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ssc/cmod_utilityrate5.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2587,6 +2587,7 @@ class cm_utilityrate5 : public compute_module
monthly_ec_charges[m] -= monthly_cumulative_excess_dollars[m];
payment[c - 1] -= monthly_cumulative_excess_dollars[m];
dollars_applied += monthly_cumulative_excess_dollars[m];
monthly_cumulative_excess_dollars[m] = 0;
}
// Rollover credits at end of true-up period are applied after annual minimums below this section

Expand Down

0 comments on commit 321473a

Please sign in to comment.