We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a00237 commit 70cb4c4Copy full SHA for 70cb4c4
1 file changed
python/main.cpp
@@ -23,7 +23,7 @@ inline std::string printVersion(const std::string & delimiter = ".")
23
24
namespace bp = boost::python;
25
26
-BOOST_PYTHON_MODULE(pycppad)
+BOOST_PYTHON_MODULE(pycppad_pywrap)
27
{
28
bp::docstring_options module_docstring_options(true,true,false);
29
0 commit comments