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
bb20fec9
Commit
bb20fec9
authored
Jul 22, 2019
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix wrong indexing in types/types_enpara.F90
parent
adf05139
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
types/types_enpara.F90
types/types_enpara.F90
+1
-1
No files found.
types/types_enpara.F90
View file @
bb20fec9
...
...
@@ -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
...
...
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