Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
elpa
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
11
Issues
11
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
elpa
elpa
Commits
73d926be
Commit
73d926be
authored
Nov 22, 2018
by
Pavel Kus
Committed by
Andreas Marek
Nov 28, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changing return code
and removing one extra check
parent
5a78064d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/elpa_impl.F90
src/elpa_impl.F90
+1
-2
No files found.
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
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