Skip to content
Snippets Groups Projects
Commit 63d49a69 authored by Maxence Naud's avatar Maxence Naud Committed by Olivier BICHLER
Browse files

Move MACRO out of namespace 'Aidge'

parent 8254e91e
No related branches found
No related tags found
2 merge requests!212Version 0.3.0,!188Fix CppCheck errors
......@@ -156,5 +156,6 @@ void init_Aidge(py::module& m) {
init_Filler(m);
}
PYBIND11_MODULE(aidge_core, m) { init_Aidge(m); }
} // namespace Aidge
PYBIND11_MODULE(aidge_core, m) { Aidge::init_Aidge(m); }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment