Skip to content
Snippets Groups Projects
Commit 36e5cfd7 authored by Studer Gabriel's avatar Studer Gabriel
Browse files

bugfix

adapt to changes in ost release-2.4.0 branch in conop processors
parent d44dbe3c
No related branches found
No related tags found
No related merge requests found
...@@ -113,6 +113,7 @@ BOOST_AUTO_TEST_CASE(test_torsion_sampler_general_things){ ...@@ -113,6 +113,7 @@ BOOST_AUTO_TEST_CASE(test_torsion_sampler_general_things){
true, true,
true, true,
true, true,
true,
ost::conop::CONOP_SILENT)); ost::conop::CONOP_SILENT));
processor->Process(test_ent); processor->Process(test_ent);
......
...@@ -122,7 +122,7 @@ BOOST_AUTO_TEST_CASE(test_ccd_closing) { ...@@ -122,7 +122,7 @@ BOOST_AUTO_TEST_CASE(test_ccd_closing) {
ost::mol::EntityHandle test_ent = ost::mol::CreateEntity(); ost::mol::EntityHandle test_ent = ost::mol::CreateEntity();
reader.Import(test_ent); reader.Import(test_ent);
ost::conop::ProcessorPtr processor(new ost::conop::HeuristicProcessor(false,true,true,true,ost::conop::CONOP_SILENT)); ost::conop::ProcessorPtr processor(new ost::conop::HeuristicProcessor(false,true,true,true,true,ost::conop::CONOP_SILENT));
processor->Process(test_ent); processor->Process(test_ent);
...@@ -186,7 +186,7 @@ BOOST_AUTO_TEST_CASE(test_kic_closing) { ...@@ -186,7 +186,7 @@ BOOST_AUTO_TEST_CASE(test_kic_closing) {
ost::mol::EntityHandle test_ent = ost::mol::CreateEntity(); ost::mol::EntityHandle test_ent = ost::mol::CreateEntity();
reader.Import(test_ent); reader.Import(test_ent);
ost::conop::ProcessorPtr processor(new ost::conop::HeuristicProcessor(false,true,true,true,ost::conop::CONOP_SILENT)); ost::conop::ProcessorPtr processor(new ost::conop::HeuristicProcessor(false,true,true,true,true,ost::conop::CONOP_SILENT));
processor->Process(test_ent); processor->Process(test_ent);
String gap_sequence = "PALDFLVEK"; String gap_sequence = "PALDFLVEK";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment