Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
eigenpy
Commits
7caf1c9a
Verified
Commit
7caf1c9a
authored
Jul 30, 2021
by
Justin Carpentier
Browse files
register: add NPY_NEEDS_INIT
parent
ee0a8dd8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/register.cpp
View file @
7caf1c9a
...
...
@@ -67,7 +67,7 @@ namespace eigenpy
descr
.
byteorder
=
'='
;
descr
.
type
=
'r'
;
descr
.
elsize
=
type_size
;
descr
.
flags
=
NPY_NEEDS_PYAPI
|
NPY_USE_GETITEM
|
NPY_USE_SETITEM
;
descr
.
flags
=
NPY_NEEDS_PYAPI
|
NPY_USE_GETITEM
|
NPY_USE_SETITEM
|
NPY_NEEDS_INIT
;
descr
.
type_num
=
0
;
descr
.
names
=
0
;
descr
.
fields
=
0
;
...
...
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