error_type from wrong file (#5393)

Co-authored-by: Johann Pototschnig <j.pototschnig@hzdr.de>
This commit is contained in:
Johann Potot. 2026-06-14 12:47:59 +02:00 committed by GitHub
parent b0342986ae
commit cf453c1872
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"