From 207406d2e0b26218f563165b3c36b32e6cfdcacc Mon Sep 17 00:00:00 2001 From: Martijn Visser Date: Fri, 20 Dec 2024 16:08:57 +0100 Subject: [PATCH] Work! --- core/src/read.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/read.jl b/core/src/read.jl index abe277bb3..475634ea7 100644 --- a/core/src/read.jl +++ b/core/src/read.jl @@ -1258,7 +1258,7 @@ function Subgrid(db::DB, config::Config, basin::Basin)::Subgrid # Since not all Basins need to have subgrids, don't enforce completeness. _, _, _, valid = - static_and_time_node_ids(db, static, time, "Basin"; is_complete = false) + static_and_time_node_ids(db, static, time, NodeType.Basin; is_complete = false) if !valid error("Problems encountered when parsing Subgrid static and time node IDs.") end