From 36903d3e9d9e88f7c0aa0ed97c601481281b7822 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?B=C3=A5rd=20Skaflestad?= Date: Fri, 21 Jan 2022 13:30:08 +0100 Subject: [PATCH] Ensure That Keyword Name Matches Filename Otherwise, we get "missing keyword" errors at the parsing stage. --- src/opm/input/eclipse/share/keywords/000_Eclipse100/S/SURFCAPD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opm/input/eclipse/share/keywords/000_Eclipse100/S/SURFCAPD b/src/opm/input/eclipse/share/keywords/000_Eclipse100/S/SURFCAPD index 4e2785374..ffbfb20e5 100644 --- a/src/opm/input/eclipse/share/keywords/000_Eclipse100/S/SURFCAPD +++ b/src/opm/input/eclipse/share/keywords/000_Eclipse100/S/SURFCAPD @@ -1,5 +1,5 @@ { - "name": "SURFADS", + "name": "SURFCAPD", "sections": [ "PROPS" ],