Rename Unit to ThermalUnit

This commit is contained in:
2023-04-04 15:40:44 -05:00
parent 51f6aa9a80
commit 19534a128f
30 changed files with 107 additions and 99 deletions

View File

@@ -29,7 +29,7 @@ function slice(
for r in sc.reserves
r.amount = r.amount[range]
end
for u in sc.units
for u in sc.thermal_units
u.max_power = u.max_power[range]
u.min_power = u.min_power[range]
u.must_run = u.must_run[range]