mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-28 22:25:32 -04:00
Initialize logical variables
This commit is contained in:
parent
4f5dc21076
commit
399e6db9ee
1 changed files with 8 additions and 0 deletions
|
|
@ -1545,6 +1545,14 @@ CONTAINS
|
|||
kgpot_type = ""
|
||||
z = -1
|
||||
zeff_correction = 0.0_dp
|
||||
explicit = .FALSE.
|
||||
explicit_basis = .FALSE.
|
||||
explicit_J = .FALSE.
|
||||
explicit_kgpot = .FALSE.
|
||||
explicit_potential = .FALSE.
|
||||
explicit_U = .FALSE.
|
||||
explicit_u_m_j = .FALSE.
|
||||
|
||||
dft_section => section_vals_get_subs_vals(force_env_section, "DFT")
|
||||
CALL section_vals_get(kind_section, n_repetition=n_rep)
|
||||
k_rep = -1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue