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
52
Issues
52
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
973f8ddf
Commit
973f8ddf
authored
Jan 18, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected double allocation of kpts%wtkpt array
...this was due to one of the last commits.
parent
ffc7c60d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
3 deletions
+0
-3
io/r_inpXML.F90
io/r_inpXML.F90
+0
-3
No files found.
io/r_inpXML.F90
View file @
973f8ddf
...
...
@@ -1945,8 +1945,6 @@ SUBROUTINE r_inpXML(&
CALL
od_kptsgen
(
kpts
%
nkpt
)
END
IF
END
IF
kpts
%
nkpt
=
kpts
%
nkpt
ALLOCATE
(
kpts
%
wtkpt
(
kpts
%
nkpt
))
sumWeight
=
0.0
DO
i
=
1
,
kpts
%
nkpt
sumWeight
=
sumWeight
+
kpts
%
wtkpt
(
i
)
...
...
@@ -1955,7 +1953,6 @@ SUBROUTINE r_inpXML(&
kpts
%
posScale
=
1.0
DO
i
=
1
,
kpts
%
nkpt
kpts
%
wtkpt
(
i
)
=
kpts
%
wtkpt
(
i
)
/
sumWeight
kpts
%
wtkpt
(
i
)
=
kpts
%
wtkpt
(
i
)
END
DO
! Generate missing general parameters
...
...
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