Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
Show whitespace changes
Inline
Side-by-side
src/elpa_impl.F90
View file @
3bf16f17
...
@@ -1005,7 +1005,7 @@ module elpa_impl
...
@@ -1005,7 +1005,7 @@ module elpa_impl
#ifdef USE_ASSUMED_SIZE
#ifdef USE_ASSUMED_SIZE
real
(
kind
=
c_float
)
::
a
(
self
%
local_nrows
,
*
),
b
(
self
%
local_nrows
,
*
),
c
(
nrows_c
,
*
)
real
(
kind
=
c_float
)
::
a
(
self
%
local_nrows
,
*
),
b
(
self
%
local_nrows
,
*
),
c
(
nrows_c
,
*
)
#else
#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
#endif
integer
,
optional
::
error
integer
,
optional
::
error
logical
::
success_l
logical
::
success_l
...
...
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