Skip to content
Snippets Groups Projects

Fix CppCheck errors

Merged Maxence Naud requested to merge fix_cppcheck into dev
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
@@ -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); }
Loading