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
7049ea68
Commit
7049ea68
authored
Jun 10, 2016
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Corrected typos in output of energy parameters
parent
9100ebcf
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
eigen/lodpot.f90
eigen/lodpot.f90
+6
-6
No files found.
eigen/lodpot.f90
View file @
7049ea68
...
...
@@ -147,8 +147,8 @@ CONTAINS
WRITE
(
attributes
(
5
),
'(f16.10)'
)
e_up
WRITE
(
attributes
(
6
),
'(f16.10)'
)
e
CALL
writeXMLElementForm
(
'atomicEP'
,(/
'atomType '
,
'spin '
,
'branch '
,&
'branchLowest
'
,
'branchHeighes'
,
'value
'
/),&
attributes
,
reshape
((/
10
,
4
,
6
,
12
,
1
3
,
5
,
6
,
1
,
3
,
16
,
16
,
16
/),(/
6
,
2
/)))
'branchLowest
'
,
'branchHeighest'
,
'value
'
/),&
attributes
,
reshape
((/
10
,
4
,
6
,
12
,
1
4
,
5
,
6
,
1
,
3
,
16
,
16
,
16
/),(/
6
,
2
/)))
WRITE
(
6
,
'(a6,i3,i2,a1,a12,f6.2,a3,f6.2,a13,f8.4)'
)
' Atom'
,
n
,
nqn
(
l
),
ch
(
l
),
' branch from'
,
e_lo
,
' to'
,
e_up
,
' htr. ; e_l ='
,
e
ENDIF
IF
(
l
.EQ.
3
)
THEN
...
...
@@ -312,8 +312,8 @@ CONTAINS
WRITE
(
attributes
(
5
),
'(f16.10)'
)
e_up
WRITE
(
attributes
(
6
),
'(f16.10)'
)
e
CALL
writeXMLElementForm
(
'loAtomicEP'
,(/
'atomType '
,
'spin '
,
'branch '
,&
'branchLowest '
,
'branchHeighes'
,
'value
'
/),&
attributes
,
reshape
((/
8
,
4
,
6
,
12
,
1
3
,
5
,
6
,
1
,
3
,
16
,
16
,
16
/),(/
6
,
2
/)))
'branchLowest '
,
'branchHeighest'
,
'value
'
/),&
attributes
,
reshape
((/
8
,
4
,
6
,
12
,
1
4
,
5
,
6
,
1
,
3
,
16
,
16
,
16
/),(/
6
,
2
/)))
WRITE
(
6
,
'(a6,i3,i2,a1,a12,f6.2,a3,f6.2,a13,f8.4)'
)
' Atom'
,
n
,
nqn_lo
(
ilo
),
ch
(
l
),
' branch from'
,
e_lo
,
' to'
,
e_up
,
' htr. ; e_l ='
,
e
ENDIF
...
...
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