Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
fleur
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
57
Issues
57
List
Boards
Labels
Milestones
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
fleur
fleur
Commits
784f3541
Commit
784f3541
authored
Jan 26, 2017
by
Gregor Michalicek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed output conversion error in juDFT/time.F90
parent
64991733
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
juDFT/time.F90
juDFT/time.F90
+1
-1
No files found.
juDFT/time.F90
View file @
784f3541
...
...
@@ -191,7 +191,7 @@ CONTAINS
sum_time
=
sum_time
+
times
(
i
)
times
(
i
)
=
0.0
ENDDO
WRITE
(
fid
,
"(t77,'Sum:
',f4
.1,'%')"
)
sum_time
/
timer
%
time
*
100.
WRITE
(
fid
,
"(t77,'Sum:
',f5
.1,'%')"
)
sum_time
/
timer
%
time
*
100.
WRITE
(
fid
,
*
)
WRITE
(
fid
,
*
)
"-------------------------------------------------"
WRITE
(
fid
,
*
)
...
...
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