Skip to content

Commit

Permalink
Tweak: remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyelewis committed Jan 9, 2018
1 parent 3c99d0a commit d7e408f
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions source/cath_cluster/cath_clusterer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,32 +87,10 @@ void cath::clust::perform_cluster(const cath_cluster_options &arg_opts, ///<
const strength_vec cutoffs = get_sorted_dissims ( clust_spec, the_link_dirn );
const strength the_max_dissim = get_max_dissim ( clust_spec, the_link_dirn );

// strength
// expect: (ascending)
// 35, 60, 95, 100
// results: (negate and *re*sort ascending; new last ie biggest)
// -100, -95, -60, -35
// -35

// distance
// expect: (descending)
// 4, 3, 2, 1
// results: (*re*sort ascending; new last ie biggest)
// 1, 2, 3, 4
// 4

if ( level_warning ) {
BOOST_LOG_TRIVIAL( warning ) << *level_warning;
}

// std::cerr << "Levels : ";
// for (const auto &x : cutoffs ) {
// std::cerr << " " << x;
// }
// std::cerr << "\n";
// std::cerr << "Size is : " << cutoffs.size() << "\n";
// // std::cerr << clust_spec;

// Organise the input stream
path_or_istream istream_wrapper{ arg_istream };
if ( file_is_missing( istream_wrapper, *links_infile ) ) {
Expand Down

0 comments on commit d7e408f

Please sign in to comment.