Skip to content
Snippets Groups Projects
Commit 83f25e7c authored by Martin Nolte's avatar Martin Nolte
Browse files

rename namespace CorePy to Python

parent 7d9c8a8f
Branches
Tags
1 merge request!790Feature/add python bindings
......@@ -8,5 +8,5 @@
PYBIND11_MODULE( _typeregistry, module )
{
Dune::CorePy::registerTypeRegistry(module);
Dune::Python::registerTypeRegistry(module);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment