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
05b8cc56
Commit
05b8cc56
authored
May 20, 2017
by
Andreas Marek
Browse files
Doxygen documentation for abstract interfaces
parent
eba83535
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
src/elpa_api.F90
View file @
05b8cc56
This diff is collapsed.
Click to expand it.
src/elpa_impl.F90
View file @
05b8cc56
...
...
@@ -128,7 +128,7 @@ module elpa_impl
allocate
(
obj
)
! check whether init has ever been called
if
(
.not.
(
elpa_initialized
()
)
)
then
if
(
elpa_initialized
()
.ne.
ELPA_OK
)
then
write
(
error_unit
,
*
)
"elpa_allocate(): you must call elpa_init() once before creating instances of ELPA"
if
(
present
(
error
))
then
error
=
ELPA_ERROR
...
...
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