Skip to content
Snippets Groups Projects
Commit 09663579 authored by Sascha Brinker's avatar Sascha Brinker
Browse files

Added sphere_nogga.f90 to common

parent faad045a
No related branches found
No related tags found
No related merge requests found
......@@ -59,6 +59,7 @@ add_executable(
source/common/radial_solver_Chebychev/sll_local_solutions.F90
source/common/radial_solver_Chebychev/create_newmesh.f90
source/common/trarea.f90
source/common/sphere_nogga.f90
source/KKRhost/addvirtual14.f90
source/KKRhost/amemagvec.f90
source/KKRhost/bastrmat.f90
......@@ -304,7 +305,6 @@ add_executable(
source/KKRhost/spatpr.f90
source/KKRhost/spher.f90
source/KKRhost/sphere_gga.f90
source/KKRhost/sphere_nogga.f90
source/KKRhost/spin_orbit.f90
source/KKRhost/spin_orbit_compl.f90
source/KKRhost/spinorbit_ham.f90
......
......@@ -7,6 +7,7 @@ add_executable(
source/common/DataTypes.f90
source/common/constants.f90
source/common/trarea.f90
source/common/sphere_nogga.f90
source/voronoi/test.f
source/KKRimp/nrtype.f90
source/KKRimp/type_gmatbulk.f90
......
......@@ -4,7 +4,8 @@
!> This module gathers the different exchange correlation potentials
!-------------------------------------------------------------------------------
MODULE MOD_EXCHANGECORRELATION
use mod_trarea
use mod_trarea
use mod_sphere_nogga
CONTAINS
! include 'XC/vxcdrvnew.f90'
......@@ -19,7 +20,6 @@
include 'XC/lebedev.f'
include 'XC/mkxcpe.f'
include 'XC/sphere_gga.f'
include 'XC/sphere_nogga.f'
include 'XC/spher.f'
include 'XC/vosko.f'
include 'XC/vxcgga.f'
......
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