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
02dfc4f4
Commit
02dfc4f4
authored
Oct 15, 2018
by
Matthias Redies
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
remove debugging output
parent
4d340c39
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
io/r_inpXML.F90
io/r_inpXML.F90
+0
-2
No files found.
io/r_inpXML.F90
View file @
02dfc4f4
...
@@ -1145,10 +1145,8 @@ input%preconditioning_param = evaluateFirstOnly(xmlGetAttributeValue('/fleurInpu
...
@@ -1145,10 +1145,8 @@ input%preconditioning_param = evaluateFirstOnly(xmlGetAttributeValue('/fleurInpu
IF
(
xmlGetNumberOfNodes
(
TRIM
(
xPathB
)
//
'/@etot_exchange'
)
==
1
)
THEN
IF
(
xmlGetNumberOfNodes
(
TRIM
(
xPathB
)
//
'/@etot_exchange'
)
==
1
)
THEN
valueString
=
TRIM
(
ADJUSTL
(
xmlGetAttributeValue
(
TRIM
(
xPathB
)
//
'/@etot_exchange'
)))
valueString
=
TRIM
(
ADJUSTL
(
xmlGetAttributeValue
(
TRIM
(
xPathB
)
//
'/@etot_exchange'
)))
exc_id_x
=
xc_f03_functional_get_number
(
TRIM
(
valueString
))
exc_id_x
=
xc_f03_functional_get_number
(
TRIM
(
valueString
))
write
(
*
,
*
)
"read exc_id_x"
ELSE
ELSE
exc_id_x
=
vxc_id_x
exc_id_x
=
vxc_id_x
write
(
*
,
*
)
"ignore exc_id_x"
ENDIF
ENDIF
IF
(
xmlGetNumberOfNodes
(
TRIM
(
xPathB
)
//
'/@etot_correlation'
)
==
1
)
THEN
IF
(
xmlGetNumberOfNodes
(
TRIM
(
xPathB
)
//
'/@etot_correlation'
)
==
1
)
THEN
...
...
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