diff --git a/modules/io/pymod/export_mmcif_io.cc b/modules/io/pymod/export_mmcif_io.cc index ca7b1410ae584a142231d31e406690e0a72a5f00..f65daf6039f97f63e1e8723fe1db8897c5b9eb7e 100644 --- a/modules/io/pymod/export_mmcif_io.cc +++ b/modules/io/pymod/export_mmcif_io.cc @@ -525,6 +525,8 @@ void export_mmcif_io() return_value_policy<copy_const_reference>())) .def("SetStructDetails", &MMCifInfo::SetStructDetails) .def("GetStructDetails", &MMCifInfo::GetStructDetails) + .def("SetStructRefs", &MMCifInfo::SetStructRefs) + .def("GetStructRefs", &MMCifInfo::GetStructRefs) .def("SetObsoleteInfo", &MMCifInfo::SetObsoleteInfo) .def("GetObsoleteInfo", &MMCifInfo::GetObsoleteInfo) .def("AddMMCifPDBChainTr", &MMCifInfo::AddMMCifPDBChainTr)