Skip to content

Commit

Permalink
cleanup and build fix
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.tuebingen.mpg.de/renficiaud/robust_pca/trunk@343 3149698f-976c-419d-aa71-eec1decff2c2
  • Loading branch information
renficiaud committed Jun 24, 2014
1 parent 1658ab7 commit 2d5ca24
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions include/grassmann_pca_with_trimming.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ namespace grassmann_averages_pca

//! The result of the inner products
std::vector<scalar_t> inner_prod_results;
std::vector<scalar_t> current_dimension_sort;

void compute_inner_products(data_t const &mu)
{
Expand Down Expand Up @@ -251,7 +250,6 @@ namespace grassmann_averages_pca
}

inner_prod_results.resize(nb_elements);
current_dimension_sort.reserve(nb_elements);
return true;
}

Expand Down
1 change: 0 additions & 1 deletion test/test_grassmannpca_trimming.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,6 @@ BOOST_AUTO_TEST_CASE(smoke_and_orthogonality_tests_several_workers)

BOOST_AUTO_TEST_CASE(simple_median_with_nth_element)
{
using size_t = std::size_t;
// basically this test is for the correctness of the computation of the median using nth_element
using namespace grassmann_averages_pca;

Expand Down

0 comments on commit 2d5ca24

Please sign in to comment.