Skip to content

Commit

Permalink
Refs #11006. Fixing python export
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Wedel committed Mar 2, 2015
1 parent c0b138b commit 8cd2cc3
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -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)
Expand Down

0 comments on commit 8cd2cc3

Please sign in to comment.