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
6e2bac26
Commit
6e2bac26
authored
Nov 20, 2018
by
Andreas Marek
Browse files
Change error code in ELPA_INIT
parent
39467e87
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_api.F90
View file @
6e2bac26
...
...
@@ -783,7 +783,7 @@ module elpa_api
error
=
ELPA_OK
else
write
(
error_unit
,
"(a,i0,a)"
)
"ELPA: Error API version "
,
api_version
,
" is not supported by this library"
error
=
ELPA_ERROR
error
=
ELPA_ERROR
_API_VERSION
endif
end
function
...
...
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