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
73d926be
Commit
73d926be
authored
Nov 22, 2018
by
Pavel Kus
Committed by
Andreas Marek
Nov 28, 2018
Browse files
changing return code
and removing one extra check
parent
5a78064d
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/elpa_impl.F90
View file @
73d926be
...
...
@@ -497,7 +497,7 @@ module elpa_impl
stop
endif
call
self
%
get
(
"blacs_context"
,
blacs_ctx
,
error
)
if
(
check_elpa_get
(
error
,
ELPA_ERROR
))
return
if
(
check_elpa_get
(
error
,
ELPA_ERROR
_CRITICAL
))
return
sc_desc
(
1
)
=
1
sc_desc
(
2
)
=
blacs_ctx
...
...
@@ -613,7 +613,6 @@ module elpa_impl
nullify
(
string
)
call
self
%
get
(
option_name
,
val
,
actual_error
)
if
(
check_elpa_get
(
error
,
ELPA_ERROR
))
return
if
(
actual_error
/
=
ELPA_OK
)
then
if
(
present
(
error
))
then
error
=
actual_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