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
51
Issues
51
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
1d263028
Commit
1d263028
authored
Jul 03, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Always initialize obsolete%lwb in r_inpXML.F90
valgrind complained.
parent
127a0fb6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
io/r_inpXML.F90
io/r_inpXML.F90
+2
-2
No files found.
io/r_inpXML.F90
View file @
1d263028
...
@@ -1200,10 +1200,10 @@ SUBROUTINE r_inpXML(&
...
@@ -1200,10 +1200,10 @@ SUBROUTINE r_inpXML(&
CALL
juDFT_error
(
"Wrong name of XC-potential!"
,
calledby
=
"r_inpXML"
)
CALL
juDFT_error
(
"Wrong name of XC-potential!"
,
calledby
=
"r_inpXML"
)
END
IF
END
IF
xcpot
%
igrd
=
0
xcpot
%
igrd
=
0
obsolete
%
lwb
=
.FALSE.
IF
(
xcpot
%
icorr
.GE.
6
)
THEN
IF
(
xcpot
%
icorr
.GE.
6
)
THEN
xcpot
%
igrd
=
1
xcpot
%
igrd
=
1
! Am I sure about the following 3 lines? They were included in a similar section in rw_inp
! Am I sure about the following 2 lines? They were included in a similar section in rw_inp
obsolete
%
lwb
=
.false.
obsolete
%
ndvgrd
=
6
obsolete
%
ndvgrd
=
6
obsolete
%
chng
=
-0.1e-11
obsolete
%
chng
=
-0.1e-11
END
IF
END
IF
...
...
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