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
c68ef184
Unverified
Commit
c68ef184
authored
Feb 03, 2016
by
Andreas Marek
Browse files
Wrong intent declaration
parent
34fbaebf
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa2_compute.F90
View file @
c68ef184
...
...
@@ -1646,7 +1646,7 @@ module ELPA2_compute
#else
real
(
kind
=
rk
)
::
q
(
ldq
,
matrixCols
)
#endif
real
(
kind
=
rk
),
intent
(
out
)
::
hh_trans_real
(:,:)
real
(
kind
=
rk
),
intent
(
in
)
::
hh_trans_real
(:,:)
integer
(
kind
=
ik
)
::
np_rows
,
my_prow
,
np_cols
,
my_pcol
integer
(
kind
=
ik
)
::
i
,
j
,
ip
,
sweep
,
nbuf
,
l_nev
,
a_dim2
...
...
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