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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Anoop Chandran
fleur
Commits
882e3aaa
Commit
882e3aaa
authored
Jul 24, 2019
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'develop' of iffgit.fz-juelich.de:fleur/fleur into develop
parents
0c591891
bb20fec9
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
types/types_enpara.F90
types/types_enpara.F90
+1
-1
xc-pot/gaunt.f90
xc-pot/gaunt.f90
+1
-1
No files found.
types/types_enpara.F90
View file @
882e3aaa
...
...
@@ -193,7 +193,7 @@ CONTAINS
! Now for the lo's
DO
ilo
=
1
,
atoms
%
nlo
(
n
)
l
=
atoms
%
llo
(
ilo
,
n
)
IF
(
lo_done
(
ilo
,
n
,
jsp
))
CALL
priv_write
(
.TRUE.
,
l
,
n
,
jsp
,
enpara
%
qn_ello
(
ilo
,
n
,
jsp
),
elo_lo
(
l
,
n
),
elo_up
(
l
,
n
),
enpara
%
ello0
(
ilo
,
n
,
jsp
))
IF
(
lo_done
(
ilo
,
n
,
jsp
))
CALL
priv_write
(
.TRUE.
,
l
,
n
,
jsp
,
enpara
%
qn_ello
(
ilo
,
n
,
jsp
),
elo_lo
(
ilo
,
n
),
elo_up
(
ilo
,
n
),
enpara
%
ello0
(
ilo
,
n
,
jsp
))
END
DO
END
DO
ENDIF
...
...
xc-pot/gaunt.f90
View file @
882e3aaa
...
...
@@ -88,7 +88,7 @@ CONTAINS
INTRINSIC
sqrt
! ..
if
(
allocated
(
w
))
return
!$ if (omp_in_parallel()) call juDFT_error("BUG IN GAUNT!!")
!$ if (omp_in_parallel()
.and. omp_get_num_threads() > 1
) call juDFT_error("BUG IN GAUNT!!")
ALLOCATE
(
w
((
3
*
lmaxd
)/
4+1
),
yr
((
3
*
lmaxd
)/
4+1
,(
lmaxd
+1
)
**
2
))
n
=
(
3
*
lmaxd
)/
4+1
...
...
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