Skip to content

Commit

Permalink
rm debug and test dynamic
Browse files Browse the repository at this point in the history
  • Loading branch information
simonlynen committed Sep 8, 2015
1 parent 6acc563 commit 8d6eb88
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/knnvalidate.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -240,9 +240,8 @@ int main(int argc, char* argv[])

if (dim == 3)
{
cerr << "Running 3xf test" << endl;
validate<float, Eigen::MatrixXf>(argv[1], K, dim, method, maxRadius);
validate<float, Eigen::Matrix3Xf>(argv[1], K, dim, method, maxRadius);
cerr << "Running map 3xf test" << endl;
validate<float, Eigen::Map<const Eigen::Matrix3Xf, Eigen::Aligned> >(argv[1], K, dim, method, maxRadius);
} else
{
Expand Down

0 comments on commit 8d6eb88

Please sign in to comment.