From 34e721b5e90339a7017b736ec41d5641727bf3f2 Mon Sep 17 00:00:00 2001 From: Mohammed Karim Date: Tue, 12 May 2026 11:20:37 -0700 Subject: [PATCH] updated max soil type number --- include/all.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/all.hxx b/include/all.hxx index cc64d3b..d763941 100755 --- a/include/all.hxx +++ b/include/all.hxx @@ -37,7 +37,7 @@ extern string verbosity; #define use_bmi_flag FALSE // TODO set to TRUE to run in BMI environment #define MAX_NUM_SOIL_LAYERS 4 -#define MAX_NUM_SOIL_TYPES 15 +#define MAX_NUM_SOIL_TYPES 16 #define MAX_SOIL_NAME_CHARS 25 #define MAX_NUM_WETTING_FRONTS 300