From eec8a11c49b303debd40fe775b346f2a165a72dd Mon Sep 17 00:00:00 2001
From: Marco Biasini <marco.biasini@unibas.ch>
Date: Sat, 23 Jun 2012 12:33:16 +0200
Subject: [PATCH] fix broken hammer

The ClashScore functions were not properly exported.
This is BZDNG-387
---
 modules/mol/alg/pymod/wrap_mol_alg.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/modules/mol/alg/pymod/wrap_mol_alg.cc b/modules/mol/alg/pymod/wrap_mol_alg.cc
index 8949279db..e5b23e7f9 100644
--- a/modules/mol/alg/pymod/wrap_mol_alg.cc
+++ b/modules/mol/alg/pymod/wrap_mol_alg.cc
@@ -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
-- 
GitLab