From 64e9801024918166f6aede21bf2b9e883b11b2ae Mon Sep 17 00:00:00 2001 From: bouaziz Date: Thu, 13 Jan 2022 09:52:03 +0100 Subject: [PATCH] small things --- src/flextopo_model.jl | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/flextopo_model.jl b/src/flextopo_model.jl index b2f9f4090..87af4d199 100644 --- a/src/flextopo_model.jl +++ b/src/flextopo_model.jl @@ -791,7 +791,6 @@ function update(model::Model{N,L,V,R,W,T}) where {N,L,V,R,W,T<:FlextopoModel} #lateral snow transport if get(config.model, "masswasting", false)::Bool - # vertical.Sw, vertical.Sww = #does not work LoadError: setfield!: immutable struct of type FLEXTOPO cannot be changed lateral_snow_transport!( vertical.Sw, vertical.Sww, @@ -809,7 +808,6 @@ function update(model::Model{N,L,V,R,W,T}) where {N,L,V,R,W,T<:FlextopoModel} #INTERCEPTION vertical.dic_function[vertical.selectSi[k]](vertical, config) - # interception_overflow(vertical, config) #HORTON vertical.dic_function[vertical.selectSh[k]](vertical, config)