From eb2b85aa8f21b100a3b0be04b0a722689de5ae0a Mon Sep 17 00:00:00 2001 From: Pascal Aellig Date: Thu, 17 Oct 2024 17:42:13 +0200 Subject: [PATCH] delete obsolete code --- src/GeoParams.jl | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/GeoParams.jl b/src/GeoParams.jl index eb9fda4e..98f33e7d 100644 --- a/src/GeoParams.jl +++ b/src/GeoParams.jl @@ -345,9 +345,7 @@ export compute_permeability, ConstantPermeability, HazenPermeability, PowerLawPermeability, - CarmanKozenyPermeability, - BiotWillis, - SkemptonCoeff + CarmanKozenyPermeability include("Traits/rheology.jl") export RheologyTrait