Skip to content
Snippets Groups Projects
Commit 2d696890 authored by Rudolf Zeller's avatar Rudolf Zeller
Browse files

corrected error in dimension of exc

parent 9a95725e
No related branches found
No related tags found
No related merge requests found
......@@ -42,7 +42,7 @@ subroutine vxcgga(exc,kte,lpot,nspin,rho2ns,v,r,drdi,a, &
implicit none
double precision, intent(out) :: exc(0:(lpot+1)**2)
double precision, intent(out) :: exc(0:lpot)
integer, intent(in) :: kte
integer, intent(in) :: lpot
integer, intent(in) :: nspin
......
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