Skip to content
Snippets Groups Projects
Commit 8cd2cc3f authored by Michael Wedel's avatar Michael Wedel
Browse files

Refs #11006. Fixing python export

parent c0b138bf
No related merge requests found
......@@ -10,7 +10,7 @@ void export_PointGroupFactory()
{
class_<PointGroupFactoryImpl,boost::noncopyable>("PointGroupFactoryImpl", no_init)
.def("exists", &PointGroupFactoryImpl::exists)
.def("exists", &PointGroupFactoryImpl::isSubscribed)
.def("createPointGroup", &PointGroupFactoryImpl::createPointGroup)
.def("createPointGroupFromSpaceGroupSymbol", &PointGroupFactoryImpl::createPointGroupFromSpaceGroupSymbol)
.def("getAllPointGroupSymbols", &PointGroupFactoryImpl::getAllPointGroupSymbols)
......
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