Skip to content
Snippets Groups Projects
Commit 48b85cdc authored by Philipp Rüssmann's avatar Philipp Rüssmann
Browse files

move vxclm from KKRhost to common and change KKRimp things accordingly

parent 76276963
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,7 @@ add_executable(
source/common/grule.f90
source/common/rcstop.f90
source/common/cinit.f90
source/common/vxcspo.f90
source/common/radial_solver_Chebychev/intcheb_cell.f90
source/common/radial_solver_Chebychev/cheb.f90
source/common/radial_solver_Chebychev/cheb2oldgrid.f90
......@@ -340,7 +341,6 @@ add_executable(
source/KKRhost/vxcdrv.f90
source/KKRhost/vxcgga.f90
source/KKRhost/vxclm.f90
source/KKRhost/vxcspo.f90
source/KKRhost/wfmesh.f90
source/KKRhost/wftsca.f90
source/KKRhost/wmatldau.f90
......
......@@ -7,6 +7,7 @@ add_executable(
source/common/DataTypes.f90
source/common/constants.f90
source/common/wfint.f90
source/common/vxcspo.f90
source/voronoi/test.f
source/KKRimp/nrtype.f90
source/KKRimp/type_gmatbulk.f90
......
......@@ -33,6 +33,7 @@
+ LMPOTD,LPOTD,LMXSPD,IRMD,NFUND,IRID,NGSHD,IPAND)
USE MOD_SIMP3
USE MOD_SIMPK
use mod_vxcspo, only: vxcspo
IMPLICIT NONE
! EXTERNAL DAXPY,SIMP3,SIMPK,VOSKO,VXCSPO
......
......@@ -24,7 +24,7 @@
include 'XC/vosko.f'
include 'XC/vxcgga.f'
include 'XC/vxclm.f'
include 'XC/vxcspo.f'
!include 'XC/vxcspo.f'
include 'XC/rinit.f'
END MODULE MOD_EXCHANGECORRELATION
......
......@@ -29,6 +29,9 @@
USE TYPE_SHAPEFUN
USE TYPE_GAUNTSHAPE
USE MOD_EXCHANGECORRELATION
use mod_vxcspo, only: vxcspo
!use mod_vxclm, only: vxclm
!use mod_vxcgga, only: vxcgga
IMPLICIT NONE
! INCLUDE 'inc.p'
......
File moved
File moved
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment