Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
53
Issues
53
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
36be5e32
Commit
36be5e32
authored
Mar 28, 2018
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for
73245850
parent
73245850
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
11 deletions
+11
-11
mpi/mpi_bc_all.F90
mpi/mpi_bc_all.F90
+2
-2
types/types_misc.F90
types/types_misc.F90
+9
-9
No files found.
mpi/mpi_bc_all.F90
View file @
36be5e32
...
...
@@ -70,7 +70,7 @@ CONTAINS
l
(
1
)
=
input
%
eonly
;
l
(
2
)
=
input
%
l_useapw
;
l
(
3
)
=
input
%
secvar
;
l
(
4
)
=
sym
%
zrfs
;
l
(
5
)
=
input
%
film
l
(
6
)
=
sym
%
invs
;
l
(
7
)
=
sym
%
invs2
;
l
(
8
)
=
input
%
l_bmt
;
l
(
9
)
=
input
%
l_f
;
l
(
10
)
=
input
%
cdinf
l
(
11
)
=
banddos
%
dos
;
l
(
12
)
=
hybrid
%
l_hybrid
;
l
(
13
)
=
banddos
%
vacdos
;
l
(
14
)
=
input
%
integ
;
l
(
15
)
=
sliceplot
%
iplot
l
(
16
)
=
input
%
strho
;
l
(
17
)
=
input
%
swsp
;
l
(
18
)
=
input
%
lflip
;
l
(
19
)
=
obsolete
%
l_f2u
;
l
(
20
)
=
obsolete
%
l_u2f
l
(
16
)
=
input
%
strho
;
l
(
17
)
=
input
%
swsp
;
l
(
18
)
=
input
%
lflip
l
(
21
)
=
input
%
pallst
;
l
(
22
)
=
sliceplot
%
slice
;
l
(
23
)
=
noco
%
l_soc
;
l
(
24
)
=
vacuum
%
starcoeff
l
(
25
)
=
noco
%
l_noco
;
l
(
26
)
=
noco
%
l_ss
;
l
(
27
)
=
noco
%
l_mperp
;
l
(
28
)
=
noco
%
l_constr
l
(
29
)
=
oneD
%
odd
%
d1
;
l
(
30
)
=
jij
%
l_J
;
l
(
31
)
=
jij
%
l_disp
;
l
(
32
)
=
input
%
ctail
;
l
(
33
)
=
banddos
%
l_orb
...
...
@@ -108,7 +108,7 @@ CONTAINS
oneD
%
odd
%
d1
=
l
(
29
)
;
jij
%
l_J
=
l
(
30
)
;
jij
%
l_disp
=
l
(
31
)
;
input
%
ctail
=
l
(
32
)
noco
%
l_noco
=
l
(
25
)
;
noco
%
l_ss
=
l
(
26
)
;
noco
%
l_mperp
=
l
(
27
)
;
noco
%
l_constr
=
l
(
28
)
input
%
pallst
=
l
(
21
)
;
sliceplot
%
slice
=
l
(
22
)
;
noco
%
l_soc
=
l
(
23
)
;
vacuum
%
starcoeff
=
l
(
24
)
input
%
strho
=
l
(
16
)
;
input
%
swsp
=
l
(
17
)
;
input
%
lflip
=
l
(
18
)
;
obsolete
%
l_f2u
=
l
(
19
)
;
obsolete
%
l_u2f
=
l
(
20
)
input
%
strho
=
l
(
16
)
;
input
%
swsp
=
l
(
17
)
;
input
%
lflip
=
l
(
18
)
banddos
%
dos
=
l
(
11
)
;
hybrid
%
l_hybrid
=
l
(
12
)
;
banddos
%
vacdos
=
l
(
13
)
;
banddos
%
l_orb
=
l
(
33
)
;
banddos
%
l_mcd
=
l
(
34
)
input
%
integ
=
l
(
14
)
;
sliceplot
%
iplot
=
l
(
15
)
sym
%
invs
=
l
(
6
)
;
sym
%
invs2
=
l
(
7
)
;
input
%
l_bmt
=
l
(
8
)
;
input
%
l_f
=
l
(
9
)
;
input
%
cdinf
=
l
(
10
)
...
...
types/types_misc.F90
View file @
36be5e32
...
...
@@ -460,9 +460,9 @@ MODULE m_types_misc
END
TYPE
t_dimension
TYPE
t_Jij
LOGICAL
::
l_J
INTEGER
::
nqpt
INTEGER
::
nqptd
LOGICAL
::
l_J
!
INTEGER
::
nqpt
!
INTEGER
::
nqptd
!
INTEGER
::
phnd
INTEGER
::
nsh
INTEGER
::
mtypes
...
...
@@ -471,7 +471,7 @@ MODULE m_types_misc
REAL
::
qn
INTEGER
::
nmagn
INTEGER
::
nkpt_l
LOGICAL
::
l_disp
LOGICAL
::
l_disp
!
LOGICAL
::
l_wr
LOGICAL
::
l_jenerg
REAL
,
ALLOCATABLE
::
qj
(:,:)
...
...
@@ -588,10 +588,10 @@ MODULE m_types_misc
TYPE
t_obsolete
INTEGER
::
lepr
!floating energy parameters...
LOGICAL
::
disp
INTEGER
::
ndvgrd
REAL
::
chng
LOGICAL
::
lwb
LOGICAL
::
disp
!remove ->potmix
INTEGER
::
ndvgrd
!remove
REAL
::
chng
!remove
LOGICAL
::
lwb
!remove
END
TYPE
t_obsolete
...
...
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