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
bob
bob.learn.boosting
Commits
7465d1ff
Commit
7465d1ff
authored
Dec 03, 2015
by
Manuel Günther
Browse files
Fixed copy/paste error
parent
141b2aae
Changes
1
Hide whitespace changes
Inline
Side-by-side
bob/learn/boosting/main.cpp
View file @
7465d1ff
...
...
@@ -84,7 +84,7 @@ PyObject* create_module(void)
auto
module_
=
make_xsafe
(
module
);
const
char
*
ret
=
"O"
;
# else
PyObject
*
module
=
Py_InitModule3
(
BOB_EXT_MODULE_NAME
,
module_m
ethods
,
module_docstr
);
PyObject
*
module
=
Py_InitModule3
(
BOB_EXT_MODULE_NAME
,
BoostingM
ethods
,
module_docstr
);
const
char
*
ret
=
"N"
;
# endif
if
(
!
module
)
return
0
;
...
...
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