mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-29 06:35:28 -04:00
Remove warning because the check is now performed all keywords
This commit is contained in:
parent
63b680d741
commit
dcdcc0020b
1 changed files with 0 additions and 4 deletions
|
|
@ -271,10 +271,6 @@ CONTAINS
|
|||
param_name = xc_f03_func_info_get_ext_params_name(xc_info, iparam - 1)
|
||||
param_descr = xc_f03_func_info_get_ext_params_description(xc_info, iparam - 1)
|
||||
default_val = xc_f03_func_info_get_ext_params_default_value(xc_info, iparam - 1)
|
||||
IF (LEN_TRIM(param_name) == 0) THEN
|
||||
CPWARN("Zero-length string found for parameter name of LIBXC functional "//TRIM(func_name))
|
||||
CYCLE
|
||||
END IF
|
||||
NULLIFY (keyword)
|
||||
CALL keyword_create(keyword, __LOCATION__, name=TRIM(param_name), &
|
||||
description=TRIM(param_descr), default_r_val=default_val)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue