Skip to content
Snippets Groups Projects
Commit 6ea69ef7 authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Fixed bug (missing symbol)

parent 6bf3a610
No related branches found
No related tags found
No related merge requests found
......@@ -35,7 +35,7 @@ void export_entity_to_density();
namespace {
Real (*ldt_a)(const mol::EntityView&, const mol::alg::GlobalDistanceList& glob_dist_list, Real, const String&)=&mol::alg::LocalDistTest;
Real (*ldt_b)(const seq::AlignmentHandle&,Real, int, int)=&mol::alg::LocalDistTest;
Real (*ldt_b)(const seq::AlignmentHandle&,Real, Real, int, int)=&mol::alg::LocalDistTest;
mol::EntityView (*fc_a)(const mol::EntityView&, const mol::alg::ClashingDistances&,bool)=&mol::alg::FilterClashes;
mol::EntityView (*fc_b)(const mol::EntityHandle&, const mol::alg::ClashingDistances&, bool)=&mol::alg::FilterClashes;
mol::EntityView (*csc_a)(const mol::EntityView&, const mol::alg::StereoChemicalParams&, const mol::alg::StereoChemicalParams&, Real, Real, bool)=&mol::alg::CheckStereoChemistry;
......
......@@ -78,7 +78,7 @@ Real DLLEXPORT_OST_MOL_ALG LocalDistTest(const EntityView& mdl,
const String& local_ldt_property_string="");
Real DLLEXPORT_OST_MOL_ALG LocalDistTest(const ost::seq::AlignmentHandle& aln,
Real cutoff,
Real cutoff, Real max_dist,
int ref_index=0, int mdl_index=1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment