From c7ce1be06373dbb60614dbd0721ad3c5d63454ec Mon Sep 17 00:00:00 2001 From: Ask Hjorth Larsen <asklarsen@gmail.com> Date: Tue, 27 Sep 2016 13:46:53 +0200 Subject: [PATCH] siesta inputs are now in section method --- parser/parser-siesta/mkjson.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parser/parser-siesta/mkjson.py b/parser/parser-siesta/mkjson.py index f75326d..f9f8d56 100644 --- a/parser/parser-siesta/mkjson.py +++ b/parser/parser-siesta/mkjson.py @@ -34,7 +34,7 @@ json_section_template = """{ "kindStr": "type_section", "name": "x_siesta_section_input", "superNames": [ - "section_run" + "section_method" ] }""" # END OF TEMPLATES FROM OCTOPUS -- GitLab