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

[fvector] fix representation in bindings

parent cdd896c5
No related branches found
No related tags found
No related merge requests found
......@@ -60,7 +60,7 @@ struct FieldVector_type_caster
return l.release();
} // ... cast(...)
PYBIND11_TYPE_CASTER(type, _("List[") + value_conv::name() + _("[") + _<SZ>() + _("]"));
PYBIND11_TYPE_CASTER(type, _("List[") + value_conv::name() + _("[") + _<SZ>() + _("]]"));
}; // struct FieldVector_type_caster
......
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