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
54
Issues
54
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
40cf503c
Commit
40cf503c
authored
Jan 25, 2019
by
Daniel Wortmann
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed output to stdout for reading of q-vectors in force-theorem setups
parent
0f3a8f31
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
io/r_inpXML.F90
io/r_inpXML.F90
+3
-3
No files found.
io/r_inpXML.F90
View file @
40cf503c
...
...
@@ -2344,11 +2344,11 @@ input%preconditioning_param = evaluateFirstOnly(xmlGetAttributeValue('/fleurInpu
n
=
xmlGetNumberOfNodes
(
TRIM
(
ADJUSTL
(
path
))//
'/q'
)
ALLOCATE
(
q
(
3
,
n
))
DO
i
=
1
,
n
PRINT
*
,
path
,
'/q['
,
i
,
']'
!
PRINT *, path,'/q[',i,']'
WRITE
(
xPathA
,
"(a,a,i0,a)"
)
TRIM
(
ADJUSTL
(
path
)),
'/q['
,
i
,
']'
PRINT
*
,
xpatha
!
PRINT *,xpatha
valueString
=
TRIM
(
ADJUSTL
(
xmlGetAttributeValue
(
TRIM
(
ADJUSTL
(
xPathA
)))))
PRINT
*
,
"Q:"
,
valueString
!
PRINT *,"Q:",valueString
READ
(
valueString
,
*
)
q
(
1
,
i
),
q
(
2
,
i
),
q
(
3
,
i
)
END
DO
END
FUNCTION
priv_read_q_list
...
...
Anoop Chandran
@chand
mentioned in issue
#245 (closed)
·
Jan 25, 2019
mentioned in issue
#245 (closed)
mentioned in issue #245
Toggle commit list
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