From f1d27e5762459d9eddbf5d446de2a21821e6765a Mon Sep 17 00:00:00 2001 From: Lizzzka007 <gashchuk2011@mail.ru> Date: Tue, 17 Sep 2024 02:57:15 +0300 Subject: [PATCH] . --- srcF/parser_subfunctions.f90 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcF/parser_subfunctions.f90 b/srcF/parser_subfunctions.f90 index 9d722a4..fd9e0bd 100644 --- a/srcF/parser_subfunctions.f90 +++ b/srcF/parser_subfunctions.f90 @@ -1,3 +1,4 @@ +#ifdef USE_CONFIG_PARSER module PARSER_SUB_F contains @@ -40,4 +41,5 @@ module PARSER_SUB_F deallocate(sfx_type) END FUNCTION get_sfx_type -end module PARSER_SUB_F \ No newline at end of file +end module PARSER_SUB_F +#endif -- GitLab