From ceeff2f730cc62c4639b1e0238478405c4235982 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olav=20M=C3=B8yner?= Date: Sat, 28 Sep 2024 09:32:02 +0200 Subject: [PATCH] Fix method overwriting --- Project.toml | 2 +- src/InputParser/keywords/runspec.jl | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Project.toml b/Project.toml index d4b9124..a80e0a8 100644 --- a/Project.toml +++ b/Project.toml @@ -1,7 +1,7 @@ name = "GeoEnergyIO" uuid = "3b1dd628-313a-45bb-9d8d-8f3c48dcb5d4" authors = ["Olav Møyner and contributors"] -version = "1.1.12" +version = "1.1.13" [deps] Artifacts = "56f22d72-fd6d-98f1-02f0-08ddc0907c33" diff --git a/src/InputParser/keywords/runspec.jl b/src/InputParser/keywords/runspec.jl index 7a24b10..3f280f0 100644 --- a/src/InputParser/keywords/runspec.jl +++ b/src/InputParser/keywords/runspec.jl @@ -61,10 +61,6 @@ function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:CART}) data["CART"] = true end -function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:CART}) - data["CART"] = true -end - function parse_keyword!(data, outer_data, units, cfg, f, ::Val{:SAVE}) data["SAVE"] = read_record(f) end