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
3bf16f17
Commit
3bf16f17
authored
May 26, 2017
by
Andreas Marek
Browse files
Fix typo
parent
8206df2f
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_impl.F90
View file @
3bf16f17
...
...
@@ -1005,7 +1005,7 @@ module elpa_impl
#ifdef USE_ASSUMED_SIZE
real
(
kind
=
c_float
)
::
a
(
self
%
local_nrows
,
*
),
b
(
self
%
local_nrows
,
*
),
c
(
nrows_c
,
*
)
#else
real
(
kind
=
c_float
)
::
a
(
self
%
local_nrows
_a
,
self
%
local_ncols
),
b
(
nrows_b
,
ncols_b
),
c
(
nrows_c
,
ncols_c
)
real
(
kind
=
c_float
)
::
a
(
self
%
local_nrows
,
self
%
local_ncols
),
b
(
nrows_b
,
ncols_b
),
c
(
nrows_c
,
ncols_c
)
#endif
integer
,
optional
::
error
logical
::
success_l
...
...
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