From 893dbf5110eb6c7374ba34a01388bdf58d445a79 Mon Sep 17 00:00:00 2001 From: Brendan Date: Thu, 25 Jan 2024 10:46:37 +0100 Subject: [PATCH] Deleted '@doc' --- src/sbm.jl | 2 +- src/sbm_model.jl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sbm.jl b/src/sbm.jl index 33dafad26..9cc336074 100644 --- a/src/sbm.jl +++ b/src/sbm.jl @@ -1053,7 +1053,7 @@ function update_after_subsurfaceflow(sbm::SBM, zi, exfiltsatwater) end end -@doc """ +""" Update the total water storage per cell at the end of a timestep. Takes the following parameters: diff --git a/src/sbm_model.jl b/src/sbm_model.jl index 4d7bab950..6ef34b51f 100644 --- a/src/sbm_model.jl +++ b/src/sbm_model.jl @@ -439,7 +439,7 @@ function update_after_subsurfaceflow( return model end -@doc """ +""" Update of the total water storage at the end of each timestep per model cell. This is done here at model level.