Skip to content

Commit

Permalink
Removed no longer necessary PAW line in total energy module
Browse files Browse the repository at this point in the history
  • Loading branch information
RandomDefaultUser committed Feb 20, 2024
1 parent f1ba8d2 commit cb31d6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions external_modules/total_energy_module/total_energy.f90
Original file line number Diff line number Diff line change
Expand Up @@ -187,9 +187,6 @@ SUBROUTINE init_run_setup(calculate_eigts)
USE dynamics_module, ONLY : allocate_dyn_vars
USE paw_variables, ONLY : okpaw
USE paw_init, ONLY : paw_init_onecenter, allocate_paw_internals
#if defined(__MPI)
USE paw_init, ONLY : paw_post_init
#endif
USE bp, ONLY : allocate_bp_efield, bp_global_map
USE fft_base, ONLY : dfftp, dffts
USE xc_lib, ONLY : xclib_dft_is_libxc, xclib_init_libxc, xclib_dft_is
Expand Down

0 comments on commit cb31d6f

Please sign in to comment.