Skip to content
GitLab
Menu
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
5a78064d
Commit
5a78064d
authored
Nov 25, 2018
by
Andreas Marek
Browse files
Define error variable
parent
ed838a35
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
python/pyelpa/wrapper.pyx
View file @
5a78064d
...
...
@@ -100,6 +100,7 @@ cdef class Elpa:
def
__del__
(
self
):
"""Deallocation of handle and deinitialization"""
cdef
int
error
elpa_deallocate
(
<
elpa_t
>
self
.
handle
,
&
error
)
elpa_uninit
(
&
error
)
...
...
Write
Preview
Supports
Markdown
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