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
817c4e2c
Commit
817c4e2c
authored
May 26, 2017
by
Andreas Marek
Browse files
Update the doxygen documentation
parent
3bf16f17
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/elpa.F90
View file @
817c4e2c
...
...
@@ -147,7 +147,7 @@
!>
!> \code{.c}
!> #include <elpa/elpa.h>
!
!
>
!> elpa_t handle;
!>
!> if (elpa_init(20170403) != ELPA_OK) {
...
...
src/elpa_api.F90
View file @
817c4e2c
...
...
@@ -77,10 +77,9 @@ module elpa_api
integer
(
kind
=
c_int
),
public
,
pointer
::
nblk
=>
NULL
()
contains
!> \brief methods available with the elpa_t type
! general
procedure
(
elpa_setup_i
),
deferred
,
public
::
setup
!<
export a setup method
procedure
(
elpa_destroy_i
),
deferred
,
public
::
destroy
!<
export a destroy method
procedure
(
elpa_setup_i
),
deferred
,
public
::
setup
!<
method to setup an ELPA object
procedure
(
elpa_destroy_i
),
deferred
,
public
::
destroy
!<
method to destroy an ELPA object
! key/value store
generic
,
public
::
set
=>
&
!< export a method to set integer/double key/values
...
...
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