Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
elpa
elpa
Commits
34b60161
Commit
34b60161
authored
Oct 05, 2016
by
Andreas Marek
Browse files
Introduce missing if clause
parent
813aa440
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/mod_compute_hh_trafo_real.F90
View file @
34b60161
...
...
@@ -125,7 +125,15 @@ module compute_hh_trafo_real
call
timer
%
start
(
"compute_hh_trafo_real_cpu"
)
#endif
#endif
ttt
=
mpi_wtime
()
#ifdef WITH_OPENMP
if
(
my_thread
==
1
)
then
#endif
ttt
=
mpi_wtime
()
#ifdef WITH_OPENMP
endif
#endif
#ifndef WITH_OPENMP
nl
=
merge
(
stripe_width
,
last_stripe_width
,
istripe
<
stripe_count
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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