Skip to content
GitLab
Menu
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
e40a4c5d
Commit
e40a4c5d
authored
May 29, 2018
by
Andreas Marek
Browse files
Error in C header of elpa_allocate
parent
40289ce1
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_impl.F90
View file @
e40a4c5d
...
...
@@ -207,7 +207,7 @@ module elpa_impl
!c> * \param none
!c> * \result elpa_t handle
!c> */
!c> elpa_t elpa_allocate();
!c> elpa_t elpa_allocate(
int *error
);
function
elpa_impl_allocate_c
(
error
)
result
(
ptr
)
bind
(
C
,
name
=
"elpa_allocate"
)
integer
(
kind
=
c_int
)
::
error
type
(
c_ptr
)
::
ptr
...
...
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