Skip to content
Snippets Groups Projects
Commit ac2bdd93 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[P|local.integrands] allow access to id()

parent cdb5aa15
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,6 @@ public:
using type = GDT::LocalBinaryIntersectionIntegrandInterface<I, t_r, t_rC, TF, F, a_r, a_rC, AF>;
using bound_type = pybind11::class_<type>;
protected:
template <class T, typename... options>
static void bind_methods(pybind11::class_<T, options...>& c)
{
......@@ -107,7 +106,6 @@ protected:
return ret;
} // ... id(...)
public:
static bound_type bind(pybind11::module& m,
const std::string& layer_id = "",
const std::string& grid_id = XT::Grid::bindings::grid_name<G>::value(),
......
......@@ -94,7 +94,6 @@ public:
return ret;
} // ... id(...)
public:
static bound_type bind(pybind11::module& m,
const std::string& layer_id = "",
const std::string& grid_id = XT::Grid::bindings::grid_name<G>::value(),
......
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