Skip to content
Snippets Groups Projects
Commit 0bb6c6a6 authored by René Fritze's avatar René Fritze Committed by René Milk
Browse files

[py] gridprovider fix non-dd type

parent 7812a31a
No related branches found
No related tags found
No related merge requests found
......@@ -36,7 +36,7 @@ pybind11::class_<GridProvider<G>> bind_GridProvider(pybind11::module& m, const s
namespace py = pybind11;
using namespace pybind11::literals;
typedef GridProvider<G, int> C;
typedef GridProvider<G, none_t> C;
py::class_<C> c(m, std::string("GridProvider__" + grid_id).c_str(), std::string("GridProvider__" + grid_id).c_str());
......
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