Skip to content
Snippets Groups Projects
Commit ed7619b0 authored by Bienchen's avatar Bienchen
Browse files

Fixed problem on exporting bio unit id.

parent 667ec7c2
Branches
Tags
No related merge requests found
......@@ -189,7 +189,7 @@ void export_mmcif_io()
return_value_policy<copy_const_reference>()))
.add_property("operations", make_function(&MMCifInfoBioUnit::GetOperations,
return_value_policy<copy_const_reference>()))
.add_property("details", &MMCifInfoBioUnit::GetID, &MMCifInfoBioUnit::SetID)
.add_property("id", &MMCifInfoBioUnit::GetID, &MMCifInfoBioUnit::SetID)
;
class_<MMCifInfoStructRefs>("MMCifInfoStructRefs", init<>())
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment