From e2df51bb7e04f394d9bc218db0c00d9fa3cf9863 Mon Sep 17 00:00:00 2001 From: An Pham Date: Sat, 19 Oct 2024 10:24:42 -0600 Subject: [PATCH] Update thermal_storage.jl --- src/core/energy_storage/thermal_storage.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/energy_storage/thermal_storage.jl b/src/core/energy_storage/thermal_storage.jl index 50877023a..41ffb6aff 100644 --- a/src/core/energy_storage/thermal_storage.jl +++ b/src/core/energy_storage/thermal_storage.jl @@ -205,7 +205,6 @@ struct HotThermalStorage <: AbstractThermalStorage can_serve_dhw::Bool can_serve_space_heating::Bool can_serve_process_heat::Bool - function HotThermalStorage(s::AbstractThermalStorageDefaults, f::Financial, time_steps_per_hour::Int)