Skip to content

Commit

Permalink
Fix uninitialized pointer (only detected by the Intel compiler) causi…
Browse files Browse the repository at this point in the history
…ng the failure of almost all test cases
  • Loading branch information
mkrack committed Oct 23, 2020
1 parent e64447f commit e6b4556
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/input_cp2k_tb.F
Original file line number Diff line number Diff line change
Expand Up @@ -426,6 +426,7 @@ SUBROUTINE create_xtb_nonbonded_section(section)
CALL section_add_subsection(section, subsection)
CALL section_release(subsection)

NULLIFY (keyword)
CALL keyword_create(keyword, __LOCATION__, name="DX", &
description="Parameter used for computing the derivative with the Ridders' method.", &
usage="DX <REAL>", default_r_val=0.1_dp, unit_str="bohr")
Expand Down

0 comments on commit e6b4556

Please sign in to comment.