Skip to content
Snippets Groups Projects
Commit eec8a11c authored by Marco Biasini's avatar Marco Biasini
Browse files

fix broken hammer

The ClashScore functions were not properly exported.
This is BZDNG-387
parent a67dd19d
No related branches found
No related tags found
No related merge requests found
......@@ -96,6 +96,7 @@ BOOST_PYTHON_MODULE(_ost_mol_alg)
export_svdSuperPose();
export_TrajectoryAnalysis();
export_StructureAnalysis();
export_Clash();
#if OST_IMG_ENABLED
export_entity_to_density();
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment