mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 14:15:19 -04:00
error_type from wrong file (#5393)
Co-authored-by: Johann Pototschnig <j.pototschnig@hzdr.de>
This commit is contained in:
parent
b0342986ae
commit
cf453c1872
1 changed files with 2 additions and 2 deletions
|
|
@ -17,13 +17,13 @@ MODULE qs_dispersion_s_dftd3
|
|||
USE dftd3_data_vdwrad, ONLY: get_vdw_rad
|
||||
USE dftd3_param, ONLY: d3_param, &
|
||||
get_rational_damping, &
|
||||
get_zero_damping, &
|
||||
error_type
|
||||
get_zero_damping
|
||||
USE dftd3_reference, ONLY: init_reference_c6, &
|
||||
get_c6, &
|
||||
reference_cn, &
|
||||
number_of_references
|
||||
USE mctc_data, ONLY: get_covalent_rad
|
||||
USE mctc_env, ONLY: error_type
|
||||
#endif
|
||||
|
||||
#include "./base/base_uses.f90"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue