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
e8d96bd5
Commit
e8d96bd5
authored
Jun 09, 2016
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed invalid file opening for nstm3 mode
parent
694ff79e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dos/doswrite.f90
dos/doswrite.f90
+1
-1
No files found.
dos/doswrite.f90
View file @
e8d96bd5
...
@@ -140,7 +140,7 @@ CONTAINS
...
@@ -140,7 +140,7 @@ CONTAINS
!
!
IF
(
vacuum
%
nstm
.EQ.
3
)
THEN
IF
(
vacuum
%
nstm
.EQ.
3
)
THEN
call
juDFT_error
(
"nstm=3 not implemented in doswrite"
)
call
juDFT_error
(
"nstm=3 not implemented in doswrite"
)
OPEN
(
89
,
file
=
'tmp_vacwave'
,
status
=
'old'
,
access
=
'direct'
)
!, recl=reclength_vw)
!
OPEN (89,file='tmp_vacwave',status='old',access='direct')!, recl=reclength_vw)
ALLOCATE
(
ac
(
n2max
,
DIMENSION
%
neigd
),
bc
(
n2max
,
DIMENSION
%
neigd
)
)
ALLOCATE
(
ac
(
n2max
,
DIMENSION
%
neigd
),
bc
(
n2max
,
DIMENSION
%
neigd
)
)
DO
ikpt
=
1
,
kpts
%
nkpt
DO
ikpt
=
1
,
kpts
%
nkpt
WRITE
(
*
,
*
)
'Read rec'
,
ikpt
,
'from vacwave'
WRITE
(
*
,
*
)
'Read rec'
,
ikpt
,
'from vacwave'
...
...
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