Skip to content

Commit

Permalink
Remove warning because the check is now performed all keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Dec 14, 2022
1 parent 63b680d commit dcdcc00
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/xc/xc_libxc.F
Original file line number Diff line number Diff line change
Expand Up @@ -271,10 +271,6 @@ SUBROUTINE libxc_add_sections(section)
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)
Expand Down

0 comments on commit dcdcc00

Please sign in to comment.