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
2e62c7a2
Commit
2e62c7a2
authored
May 04, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Eliminated circular dependence juDFT<->xmlOutput
parent
c434cbca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
io/xmlOutput.F90
io/xmlOutput.F90
+3
-2
No files found.
io/xmlOutput.F90
View file @
2e62c7a2
...
...
@@ -41,7 +41,8 @@ MODULE m_xmlOutput
END
FUNCTION
getXMLOutputUnitNumber
SUBROUTINE
startXMLOutput
()
USE
m_judft
USE
m_juDFT_args
USE
m_constants
USE
m_utility
USE
m_compile_descr
...
...
@@ -71,7 +72,7 @@ MODULE m_xmlOutput
CALL
DATE_AND_TIME
(
date
,
time
,
zone
)
WRITE
(
dateString
,
'(a4,a1,a2,a1,a2)'
)
date
(
1
:
4
),
'/'
,
date
(
5
:
6
),
'/'
,
date
(
7
:
8
)
WRITE
(
timeString
,
'(a2,a1,a2,a1,a2)'
)
time
(
1
:
2
),
':'
,
time
(
3
:
4
),
':'
,
time
(
5
:
6
)
IF
(
ju
dft
_was_argument
(
"-info"
))
THEN
IF
(
ju
DFT
_was_argument
(
"-info"
))
THEN
OPEN
(
xmlOutputUnit
,
status
=
'scratch'
)
ELSE
OPEN
(
xmlOutputUnit
,
file
=
'out.xml'
,
form
=
'formatted'
,
status
=
'unknown'
)
...
...
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