From c7830d0dda1d3918dc7bdace822b2ae5a017d02c Mon Sep 17 00:00:00 2001 From: Hossein Banihashemian Date: Mon, 24 Jul 2017 12:10:58 +0000 Subject: [PATCH] lone keywords. svn-origin-rev: 17986 --- src/input_cp2k_dft.F | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/input_cp2k_dft.F b/src/input_cp2k_dft.F index 57dadfc186..2f2049d607 100644 --- a/src/input_cp2k_dft.F +++ b/src/input_cp2k_dft.F @@ -1841,7 +1841,8 @@ CONTAINS description="Print only the upper triangular part of the matrix. ", & usage="UPPER_TRIANGULAR {logical}", & repeats=.FALSE., & - default_l_val=.FALSE.) + default_l_val=.FALSE., & + lone_keyword_l_val=.TRUE.) CALL section_add_keyword(print_key, keyword) CALL keyword_release(keyword) CALL section_add_subsection(section, print_key) @@ -1864,7 +1865,8 @@ CONTAINS description="Print only the upper triangular part of the matrix. ", & usage="UPPER_TRIANGULAR {logical}", & repeats=.FALSE., & - default_l_val=.FALSE.) + default_l_val=.FALSE., & + lone_keyword_l_val=.TRUE.) CALL section_add_keyword(print_key, keyword) CALL keyword_release(keyword) CALL section_add_subsection(section, print_key)