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
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Anoop Chandran
fleur
Commits
0c591891
Commit
0c591891
authored
Jul 24, 2019
by
Daniel Wortmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added STOP to avoid bug described in #289
parent
64ff6f06
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
init/postprocessInput.F90
init/postprocessInput.F90
+4
-0
No files found.
init/postprocessInput.F90
View file @
0c591891
...
...
@@ -226,6 +226,10 @@ SUBROUTINE postprocessInput(mpi,input,field,sym,stars,atoms,vacuum,obsolete,kpts
CALL
judft_warn
(
"l_noco=F and l_ss=T is meaningless. Setting l_ss to F."
)
noco
%
l_ss
=
.FALSE.
END
IF
IF
(
noco
%
l_mperp
)
THEN
CALL
judft_warn
(
"l_noco=F and l_mperp=T is meaningless. Setting l_mperp to F."
)
noco
%
l_mperp
=
.FALSE.
END
IF
END
IF
! Calculate missing kpts parameters
...
...
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