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
a8bd2466
Commit
a8bd2466
authored
Jul 18, 2018
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bugfix for last commit
parent
084a311e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
12 deletions
+2
-12
io/cdn_io.F90
io/cdn_io.F90
+2
-12
No files found.
io/cdn_io.F90
View file @
a8bd2466
...
...
@@ -699,20 +699,10 @@ MODULE m_cdn_io
CALL
openCDN_HDF
(
fileID
,
currentStarsIndex
,
currentLatharmsIndex
,
currentStructureIndex
,&
currentStepfunctionIndex
,
readDensityIndex
,
lastDensityIndex
)
WRITE
(
archiveName
,
'(a,i0)'
)
'/cdn-'
,
readDensityIndex
CALL
peekDensityEntryHDF
(
fileID
,
archiveName
,
DENSITY_TYPE_
UNDEFINED
_const
,&
CALL
peekDensityEntryHDF
(
fileID
,
archiveName
,
DENSITY_TYPE_
NOCO_IN
_const
,&
iter
,
starsIndex
,
latharmsIndex
,
structureIndex
,
stepfunctionIndex
,&
previousDensityIndex
,
jspins
,
date
,
time
,
distance
,
fermiEnergy
,
l_qfix
)
archiveName
=
''
WRITE
(
archiveName
,
'(a,i0)'
)
'/cdn-'
,
previousDensityIndex
l_exist
=
isDensityEntryPresentHDF
(
fileID
,
archiveName
,
DENSITY_TYPE_NOCO_IN_const
)
IF
(
l_exist
)
THEN
CALL
peekDensityEntryHDF
(
fileID
,
archiveName
,
DENSITY_TYPE_NOCO_IN_const
,&
iter
,
starsIndex
,
latharmsIndex
,
structureIndex
,
stepfunctionIndex
,&
previousDensityIndex
,
jspins
,
date
,
time
,
distance
,
fermiEnergy
,
l_qfix
)
eFermiPrev
=
fermiEnergy
ELSE
l_error
=
.TRUE.
END
IF
eFermiPrev
=
fermiEnergy
CALL
closeCDNPOT_HDF
(
fileID
)
#endif
ELSE
IF
(
mode
.EQ.
CDN_STREAM_MODE
)
THEN
...
...
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