Skip to content

Commit

Permalink
Increase length of 'reference' array in xc_write (#451)
Browse files Browse the repository at this point in the history
* Increased length of 'reference' buffer in xc_write to avaoid LIBXC HSE06
crashes

* Ran make -j pretty
  • Loading branch information
abussy authored and juerghutter committed Jul 4, 2019
1 parent d30ada6 commit 5fb01bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xc_write_output.F
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ SUBROUTINE xc_write(output_unit, xc_section, lsd)

CHARACTER(len=*), PARAMETER :: routineN = 'xc_write', routineP = moduleN//':'//routineN

CHARACTER(LEN=10*default_string_length) :: reference
CHARACTER(LEN=2*default_string_length) :: shortform
CHARACTER(LEN=20) :: tmpStr
CHARACTER(LEN=20*default_string_length) :: reference
INTEGER :: i_rep, ifun, il, myfun, n_rep
TYPE(section_vals_type), POINTER :: libxc_fun, xc_fun, xc_fun_section

Expand Down

0 comments on commit 5fb01bd

Please sign in to comment.