From 7df3820560fd2d8be8bf63b205a22a9116a05b19 Mon Sep 17 00:00:00 2001 From: ftomei Date: Thu, 19 Dec 2024 15:18:24 +0100 Subject: [PATCH] update 3D --- soilFluxes3D/header/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/soilFluxes3D/header/types.h b/soilFluxes3D/header/types.h index 87bf063fb..a6d89d70b 100644 --- a/soilFluxes3D/header/types.h +++ b/soilFluxes3D/header/types.h @@ -77,7 +77,7 @@ double Roughness; /*!< [s m-1/3] surface: Manning roughness */ - //for heat + // for heat double organicMatter; /*!< [-] fraction of organic matter */ double clay; /*!< [-] fraction of clay */ };