Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
fleur
fleur
Commits
053b530c
Commit
053b530c
authored
Sep 17, 2019
by
Frank Freimuth
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update wann_socmat.F: Kick out unused variables.
parent
283e662f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
22 deletions
+6
-22
wannier/wann_socmat.F
wannier/wann_socmat.F
+6
-22
No files found.
wannier/wann_socmat.F
View file @
053b530c
...
...
@@ -8,11 +8,10 @@
contains
subroutine
wann_socmat
(
>
mpi
,
enpara
,
input
,
noco
,
atoms
,
>
lmaxd
,
ntypd
,
nlod
,
natd
,
neigd
,
>
llod
,
jmtd
,
jspd
,
nlhd
,
neq
,
>
ntype
,
theta_in
,
phi_in
,
jspins
,
irank
,
>
jri
,
lmax
,
dx
,
rmsh
,
el
,
ello
,
nlo
,
llo
,
>
l_dulo
,
ulo_der
,
vr
,
>
lmaxd
,
natd
,
neigd
,
>
llod
,
jspd
,
>
theta_in
,
phi_in
,
jspins
,
irank
,
>
vr
,
>
acof
,
bcof
,
chelp
,
<
hsomtx
)
c
***********************************************************************
...
...
@@ -36,34 +35,19 @@ c***********************************************************************
TYPE
(
t_atoms
),
INTENT
(
IN
)
::
atoms
integer
,
intent
(
in
)
::
lmaxd
integer
,
intent
(
in
)
::
ntypd
integer
,
intent
(
in
)
::
nlod
integer
,
intent
(
in
)
::
natd
integer
,
intent
(
in
)
::
neigd
integer
,
intent
(
in
)
::
llod
integer
,
intent
(
in
)
::
jmtd
integer
,
intent
(
in
)
::
jspd
integer
,
intent
(
in
)
::
nlhd
integer
,
intent
(
in
)
::
neq
(:)
!ntype
integer
,
intent
(
in
)
::
ntype
real
,
intent
(
in
)
::
theta_in
real
,
intent
(
in
)
::
phi_in
integer
,
intent
(
in
)
::
jspins
integer
,
intent
(
in
)
::
irank
integer
,
intent
(
in
)
::
jri
(:)
! ntypd
integer
,
intent
(
in
)
::
lmax
(:)
! ntypd
real
,
intent
(
in
)
::
dx
(:)
! ntypd
real
,
intent
(
in
)
::
rmsh
(:,:)
! jmtd,ntypd
real
,
intent
(
in
)
::
el
(
0
:,:,:)
! 0:lmaxd,ntypd,max(2,jspd)
real
,
intent
(
in
)
::
ello
(:,:,:)
! nlod,ntypd,max(2,jspd)
integer
,
intent
(
in
)
::
nlo
(:)
! ntypd
integer
,
intent
(
in
)
::
llo
(:,:)
! nlod,ntypd
logical
,
intent
(
in
)
::
l_dulo
(:,:)
! l_dulo(nlod,ntypd)
integer
,
intent
(
in
)
::
ulo_der
(:,:)
! ulo_der(nlod,ntypd)
real
,
intent
(
in
)
::
vr
(:,
0
:,:,:)
! jmtd,0:nlhd,ntypd,jspd
complex
,
intent
(
in
)
::
acof
(:,
0
:,:,:)
!acof(noccbd,0:lmd,natd,jspd)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment