Skip to content

Commit

Permalink
Avoid compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mkrack committed Aug 16, 2023
1 parent 719a49c commit 5080151
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/qs_vxc_atom.F
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ SUBROUTINE calculate_vxc_atom(qs_env, energy_only, exc1, gradient_atom_set, &
NULLIFY (para_env)
NULLIFY (rho_atom)
NULLIFY (my_rho_atom_set)
NULLIFY (rho_nlcc)

epr_xc = .FALSE.
IF (PRESENT(gradient_atom_set)) THEN
Expand Down

0 comments on commit 5080151

Please sign in to comment.