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
7ea5b6c9
Commit
7ea5b6c9
authored
May 07, 2019
by
Vasily Tseplyaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make xmloutput be compatible with aiida-fleur parser again
parent
c558fbfd
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
io/xmlOutput.F90
io/xmlOutput.F90
+1
-1
juDFT/xmlOutput.F90
juDFT/xmlOutput.F90
+1
-1
No files found.
io/xmlOutput.F90
View file @
7ea5b6c9
...
@@ -51,7 +51,7 @@ MODULE m_xmlOutput
...
@@ -51,7 +51,7 @@ MODULE m_xmlOutput
CHARACTER
(
LEN
=
1000
)
::
compile_flagsTemp
,
link_flagsTemp
CHARACTER
(
LEN
=
1000
)
::
compile_flagsTemp
,
link_flagsTemp
CHARACTER
(
LEN
=
20
)
::
attributes
(
7
)
CHARACTER
(
LEN
=
20
)
::
attributes
(
7
)
CALL
startxmloutput
(
"out.xml"
,
"
FLEURo
utput"
)
CALL
startxmloutput
(
"out.xml"
,
"
fleurO
utput"
)
CALL
openXMLElement
(
'programVersion'
,(/
'version'
/),(/
version_const
/))
CALL
openXMLElement
(
'programVersion'
,(/
'version'
/),(/
version_const
/))
CALL
get_compile_desc
(
gitdesc
,
githash
,
gitbranch
,
compile_date
,
compile_user
,
compile_host
,
compile_flags
,
link_flags
)
CALL
get_compile_desc
(
gitdesc
,
githash
,
gitbranch
,
compile_date
,
compile_user
,
compile_host
,
compile_flags
,
link_flags
)
gitdescTemp
=
gitdesc
gitdescTemp
=
gitdesc
...
...
juDFT/xmlOutput.F90
View file @
7ea5b6c9
...
@@ -23,7 +23,7 @@ MODULE m_judft_xmlOutput
...
@@ -23,7 +23,7 @@ MODULE m_judft_xmlOutput
INTEGER
,
SAVE
::
maxNumElements
INTEGER
,
SAVE
::
maxNumElements
INTEGER
,
SAVE
::
xmlOutputUnit
INTEGER
,
SAVE
::
xmlOutputUnit
LOGICAL
,
SAVE
::
xmlOpened
=
.FALSE.
LOGICAL
,
SAVE
::
xmlOpened
=
.FALSE.
CHARACTER
(
len
=
1
0
)
::
maintag
CHARACTER
(
len
=
1
5
)
::
maintag
CHARACTER
(
LEN
=
40
),
ALLOCATABLE
::
elementList
(:)
CHARACTER
(
LEN
=
40
),
ALLOCATABLE
::
elementList
(:)
PUBLIC
startXMLOutput
,
endXMLOutput
PUBLIC
startXMLOutput
,
endXMLOutput
...
...
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