Skip to content
Snippets Groups Projects
Commit f575a174 authored by Brian Groenke's avatar Brian Groenke
Browse files

Fix outdated error message

parent 85f034d3
No related branches found
No related tags found
No related merge requests found
......@@ -53,7 +53,7 @@ function CryoGrid.initialcondition!(
# initialize heat
sfcc = freezecurve(soil)
solver = initialize_sfccsolver!(soil, state)
@assert !isnothing(solver) "SFCC solver must be provided in HeatBalance operator. Check the model configuration."
@assert !isnothing(solver) "No SFCC solver provided. Check the model configuration."
L = heat.prop.L
@inbounds for i in 1:length(state.T)
@unpack ch_w, ch_i = thermalproperties(soil, state, i)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment