From c2b48ed34b3805705ebf8025b074c6f2f169be39 Mon Sep 17 00:00:00 2001 From: Kai Bao Date: Tue, 13 Oct 2020 13:44:28 +0200 Subject: [PATCH] correcting the definition of the keyword AQUCON mostly related to default value. default_value is used, while it looks like not working. --- .../eclipse/share/keywords/000_Eclipse100/A/AQUCON | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/A/AQUCON b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/A/AQUCON index d1a7d807a..dfc8883a2 100644 --- a/src/opm/parser/eclipse/share/keywords/000_Eclipse100/A/AQUCON +++ b/src/opm/parser/eclipse/share/keywords/000_Eclipse100/A/AQUCON @@ -39,27 +39,27 @@ { "name": "TRANS_MULT", "value_type": "DOUBLE", - "default_value": 1 + "default": 1 }, { "name": "TRANS_OPTION", "value_type": "INT", - "default_value": 0 + "default": 0 }, { "name": "ALLOW_INTERNAL_CELLS", "value_type": "STRING", - "default_value": "NO" + "default": "NO" }, { "name": "VEFRAC", "value_type": "DOUBLE", - "default_value": 1 + "default": 1 }, { "name": "VEFRACP", "value_type": "DOUBLE", - "default_value": 1 + "default": 1 } ] }