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
b6fb7915
Commit
b6fb7915
authored
Aug 31, 2017
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed debug output in fleur_init
parent
e1a859ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
main/fleur_init.F90
main/fleur_init.F90
+3
-3
No files found.
main/fleur_init.F90
View file @
b6fb7915
...
...
@@ -570,12 +570,12 @@
wann
%
param_file
=
'qpts'
wann
%
l_dim
=
.false.
IF
(
mpi
%
irank
.EQ.
0
)
THEN
#ifdef CPP_WANN
INQUIRE
(
FILE
=
'plotbscomf'
,
EXIST
=
wann
%
l_bs_comf
)
WRITE
(
*
,
*
)
'l_bs_comf='
,
wann
%
l_bs_comf
WRITE
(
*
,
*
)
'Logical variables for wannier functions to be read in!!'
wann
%
l_gwf
=
wann
%
l_ms
.or.
wann
%
l_sgwf
.or.
wann
%
l_socgwf
#endif
wann
%
l_gwf
=
wann
%
l_ms
.OR.
wann
%
l_sgwf
.OR.
wann
%
l_socgwf
if
(
wann
%
l_gwf
)
then
WRITE
(
*
,
*
)
'running HDWF-extension of FLEUR code'
...
...
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