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
53
Issues
53
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
3a758e0e
Commit
3a758e0e
authored
Feb 22, 2019
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Made inpgen to write inp.xml with include for relax.inp
parent
ce95a8b2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
io/w_inpXML.f90
io/w_inpXML.f90
+2
-0
No files found.
io/w_inpXML.f90
View file @
3a758e0e
...
@@ -678,6 +678,8 @@ SUBROUTINE w_inpXML(&
...
@@ -678,6 +678,8 @@ SUBROUTINE w_inpXML(&
IF
(
l_outFile
)
THEN
IF
(
l_outFile
)
THEN
CALL
closeXMLElement
(
'inputData'
)
CALL
closeXMLElement
(
'inputData'
)
ELSE
ELSE
WRITE
(
fileNum
,
'(a)'
)
' <!-- We include the file relax.inp here to enable relaxations (see documentation) -->'
WRITE
(
fileNum
,
'(a)'
)
' <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="relax.xml"> <xi:fallback/> </xi:include>'
WRITE
(
fileNum
,
'(a)'
)
'</fleurInput>'
WRITE
(
fileNum
,
'(a)'
)
'</fleurInput>'
CLOSE
(
fileNum
)
CLOSE
(
fileNum
)
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