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
0f1a6bc5
Commit
0f1a6bc5
authored
Sep 23, 2019
by
Robin Hilgers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed Typo and made it even greater.
parent
4581d7a1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
main/optional.F90
main/optional.F90
+1
-1
mpi/mpi_bc_all.F90
mpi/mpi_bc_all.F90
+1
-1
No files found.
main/optional.F90
View file @
0f1a6bc5
...
...
@@ -103,7 +103,7 @@ CONTAINS
IF
(
mpi
%
irank
==
0
)
THEN
IF
(
sliceplot
%
plpot
.NE.
0
)
input
%
score
=
.FALSE.
IF
(
sliceplot
%
plpot
)
input
%
score
=
.FALSE.
IF
(
sliceplot
%
iplot
.NE.
0
)
THEN
CALL
timestart
(
"Plotting"
)
IF
(
input
%
strho
)
CALL
juDFT_error
(
"strho = T and iplot=/=0"
,
calledby
=
"optional"
)
...
...
mpi/mpi_bc_all.F90
View file @
0f1a6bc5
...
...
@@ -38,7 +38,7 @@ CONTAINS
INTEGER
n
REAL
rdum
! .. Local Arrays ..
INTEGER
i
(
4
2
),
ierr
(
3
)
INTEGER
i
(
4
3
),
ierr
(
3
)
REAL
r
(
34
)
LOGICAL
l
(
46
)
! ..
...
...
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