Fix for vem=2 in tddft gradient

This commit is contained in:
Niri Govind 2024-07-24 17:30:43 -07:00
parent 8c82c82ec5
commit b219757e5c

View file

@ -169,7 +169,7 @@ c
c Init pstat
call dft_pstat_init(rtdb)
c
call util_print_push
c call util_print_push
call util_print_rtdb_load(rtdb,'tddft')
c
c Print header
@ -499,7 +499,7 @@ c
c <-- MN solvation models
c
call dft_pstat_print
call util_print_pop
c call util_print_pop
return
end
c $Id$